Fix js push for stable.

This commit is contained in:
Tomasz Drwięga 2018-03-13 09:44:49 +01:00
parent 41c21d2b3b
commit 4b2daf23df
No known key found for this signature in database
GPG Key ID: D066F497E62CAF66

View File

@ -4,7 +4,7 @@ set -e
# variables # variables
PVER="1-9" PVER="1-9"
UTCDATE=`date -u "+%Y%m%d-%H%M%S"` UTCDATE=`date -u "+%Y%m%d-%H%M%S"`
BRANCH="beta" BRANCH="stable"
GIT_PARITY="https://${GITHUB_JS_PRECOMPILED}:@github.com/paritytech/parity.git" GIT_PARITY="https://${GITHUB_JS_PRECOMPILED}:@github.com/paritytech/parity.git"
echo "*** [cargo] Setting up GitHub config for parity" echo "*** [cargo] Setting up GitHub config for parity"