Skip to content

Commit dd3edb0

Browse files
committed
fixup! travis: fix skipping tagged releases
Add the comment that we added to the patch series intended for upstream git.git. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 1b512ad commit dd3edb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/lib.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
if test true = "$TRAVIS"
44
then
5-
# We are running within Travis CI
5+
# When building a PR, TRAVIS_BRANCH refers to the *target* branch. Not
6+
# what we want here. We want the source branch instead.
67
CI_BRANCH="${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
78
CI_COMMIT="$TRAVIS_COMMIT"
89
CI_JOB_ID="$TRAVIS_JOB_ID"

0 commit comments

Comments
 (0)