[stable] Use explicit branch name in push (#7757)

This commit is contained in:
Jaco Greeff 2018-01-31 14:30:27 +01:00 committed by Afri Schoedon
parent 2c93b0fdf7
commit 835dcaec2a

View File

@ -4,7 +4,7 @@ set -e
# variables
UTCDATE=`date -u "+%Y%m%d-%H%M%S"`
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_PARITY="https://${GITHUB_JS_PRECOMPILED}:@github.com/paritytech/parity.git"