From 4b2daf23dfd2df84c3433bde8cf4cc91fcaa29fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Tue, 13 Mar 2018 09:44:49 +0100 Subject: [PATCH] Fix js push for stable. --- js/scripts/push-cargo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/scripts/push-cargo.sh b/js/scripts/push-cargo.sh index 83f5a199b..d32b6f6b7 100755 --- a/js/scripts/push-cargo.sh +++ b/js/scripts/push-cargo.sh @@ -4,7 +4,7 @@ set -e # variables PVER="1-9" UTCDATE=`date -u "+%Y%m%d-%H%M%S"` -BRANCH="beta" +BRANCH="stable" GIT_PARITY="https://${GITHUB_JS_PRECOMPILED}:@github.com/paritytech/parity.git" echo "*** [cargo] Setting up GitHub config for parity"