Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Push to correct shell branch (#7135)
Browse files Browse the repository at this point in the history
* Push to correct shell branch

* Trigger both js & js-old builds
  • Loading branch information
jacogr committed Nov 24, 2017
1 parent e802ed0 commit 6836182
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js-old/scripts/test.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// test script 16
// test script 17
2 changes: 1 addition & 1 deletion js/scripts/push-precompiled.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

# variables
PVER="1-9"
PTYPE="v1"
PTYPE="shell"
UTCDATE=`date -u "+%Y%m%d-%H%M%S"`
PRE_REPO="js-dist-paritytech/parity-${CI_BUILD_REF_NAME}-${PVER}-${PTYPE}.git"
PRE_REPO_TOKEN="https://${GITHUB_JS_PRECOMPILED}:@github.com/${PRE_REPO}"
Expand Down
2 changes: 1 addition & 1 deletion js/scripts/test.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
// test script 21
// test script 22

0 comments on commit 6836182

Please sign in to comment.