We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c70c5f commit d425ab4Copy full SHA for d425ab4
.ci/run-container-ci
@@ -41,9 +41,6 @@ if [ -z "${WORKSPACE_DIR}" ]; then
41
fi
42
43
TARGET_BRANCH="${2:-master}"
44
-if [ "${TRAVIS}" == "true" ] && [ "${TRAVIS_PULL_REQUEST}" != "false" ] ; then
45
- TARGET_BRANCH=${TRAVIS_BRANCH}
46
-fi
47
48
# Fetch origin/master so that we can diff when checking coding style.
49
git remote set-branches --add origin ${TARGET_BRANCH}
.travis.yml
0 commit comments