Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 2a4ebf3

Browse files
committed
Fix bug that caused git push to fail
1 parent f76b196 commit 2a4ebf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ if [ ! -z "$TRAVIS_BRANCH" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
33
git config --local user.email "${GIT_EMAIL}"
44
git remote rm origin
55
git remote add origin https://${GH_USER}:${GH_TOKEN}@github.com/relay-tools/relay-compiler-language-typescript.git
6+
git branch --set-upstream-to origin/master
67

78
npx auto shipit $AUTO_OPTS
89
else

0 commit comments

Comments
 (0)