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

Add missing cargo-push.sh shell variable #7036

Merged
merged 1 commit into from
Nov 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 11
// test script 12
1 change: 1 addition & 0 deletions js/scripts/push-cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function setup_git_user {

# change into the build directory
BASEDIR=`dirname $0`
GITLOG=./.git/gitcommand.log
pushd $BASEDIR

echo "*** [cargo] Setting up GitHub config for parity"
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 16
// test script 17