[stable] Use explicit branch name in push (#7757)
This commit is contained in:
parent
2c93b0fdf7
commit
835dcaec2a
@ -4,7 +4,7 @@ set -e
|
|||||||
# variables
|
# variables
|
||||||
UTCDATE=`date -u "+%Y%m%d-%H%M%S"`
|
UTCDATE=`date -u "+%Y%m%d-%H%M%S"`
|
||||||
PACKAGES=( "parity" "etherscan" "shapeshift" "jsonrpc" )
|
PACKAGES=( "parity" "etherscan" "shapeshift" "jsonrpc" )
|
||||||
BRANCH=$CI_BUILD_REF_NAME
|
BRANCH="stable"
|
||||||
GIT_JS_PRECOMPILED="https://${GITHUB_JS_PRECOMPILED}:@github.com/paritytech/js-precompiled.git"
|
GIT_JS_PRECOMPILED="https://${GITHUB_JS_PRECOMPILED}:@github.com/paritytech/js-precompiled.git"
|
||||||
GIT_PARITY="https://${GITHUB_JS_PRECOMPILED}:@github.com/paritytech/parity.git"
|
GIT_PARITY="https://${GITHUB_JS_PRECOMPILED}:@github.com/paritytech/parity.git"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user