mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-26 17:52:13 +01:00
ci: Drop Travis-specific way to set COMMIT_RANGE variable
This commit is contained in:
parent
93504da3a9
commit
10af252d97
@ -23,13 +23,6 @@ while getopts "?" opt; do
|
||||
esac
|
||||
done
|
||||
|
||||
# TRAVIS_BRANCH will be present in a Travis environment. For builds triggered
|
||||
# by a pull request this is the name of the branch targeted by the pull request.
|
||||
# https://docs.travis-ci.com/user/environment-variables/
|
||||
if [ -n "${TRAVIS_BRANCH}" ]; then
|
||||
COMMIT_RANGE="$TRAVIS_BRANCH..HEAD"
|
||||
fi
|
||||
|
||||
if [ -z "${COMMIT_RANGE}" ]; then
|
||||
if [ -n "$1" ]; then
|
||||
COMMIT_RANGE="HEAD~$1...HEAD"
|
||||
|
@ -22,13 +22,6 @@ while getopts "?" opt; do
|
||||
esac
|
||||
done
|
||||
|
||||
# TRAVIS_BRANCH will be present in a Travis environment. For builds triggered
|
||||
# by a pull request this is the name of the branch targeted by the pull request.
|
||||
# https://docs.travis-ci.com/user/environment-variables/
|
||||
if [ -n "${TRAVIS_BRANCH}" ]; then
|
||||
COMMIT_RANGE="$TRAVIS_BRANCH..HEAD"
|
||||
fi
|
||||
|
||||
if [ -z "${COMMIT_RANGE}" ]; then
|
||||
if [ -n "$1" ]; then
|
||||
COMMIT_RANGE="HEAD~$1...HEAD"
|
||||
|
Loading…
x
Reference in New Issue
Block a user