File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,6 @@ while getopts "?" opt; do
23
23
esac
24
24
done
25
25
26
- # TRAVIS_BRANCH will be present in a Travis environment. For builds triggered
27
- # by a pull request this is the name of the branch targeted by the pull request.
28
- # https://docs.travis-ci.com/user/environment-variables/
29
- if [ -n " ${TRAVIS_BRANCH} " ]; then
30
- COMMIT_RANGE=" $TRAVIS_BRANCH ..HEAD"
31
- fi
32
-
33
26
if [ -z " ${COMMIT_RANGE} " ]; then
34
27
if [ -n " $1 " ]; then
35
28
COMMIT_RANGE=" HEAD~$1 ...HEAD"
Original file line number Diff line number Diff line change @@ -22,13 +22,6 @@ while getopts "?" opt; do
22
22
esac
23
23
done
24
24
25
- # TRAVIS_BRANCH will be present in a Travis environment. For builds triggered
26
- # by a pull request this is the name of the branch targeted by the pull request.
27
- # https://docs.travis-ci.com/user/environment-variables/
28
- if [ -n " ${TRAVIS_BRANCH} " ]; then
29
- COMMIT_RANGE=" $TRAVIS_BRANCH ..HEAD"
30
- fi
31
-
32
25
if [ -z " ${COMMIT_RANGE} " ]; then
33
26
if [ -n " $1 " ]; then
34
27
COMMIT_RANGE=" HEAD~$1 ...HEAD"
You can’t perform that action at this time.
0 commit comments