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

Explicit pre-precompiled push checkout #7474

Merged
merged 1 commit into from
Jan 5, 2018
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
1 change: 1 addition & 0 deletions js/scripts/push-cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ git config merge.ours.driver true
git config user.email "$GITHUB_EMAIL"
git config user.name "GitLab Build Bot"
git remote set-url origin $GIT_PARITY > /dev/null 2>&1
git checkout $BRANCH
git reset --hard origin/$BRANCH 2>/dev/null
git submodule update

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 28
// test script 29