Skip to content

Commit 1718d2c

Browse files
committed
fix git command
1 parent 60bed54 commit 1718d2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

push-build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
git config --global user.email "travis@travis-ci.org"
44
git config --global user.name "Travis CI"
55

6+
git branch -b dist
67
git add -f dist/*
78
git commit -m "Travis Build: $TRAVIS_BUILD_NUMBER" -m "[skip ci]"
89

910
git remote rm origin
1011
# Add new "origin" with access token in the git URL for authentication
1112
git remote add origin https://mauricedoepke:${GH_TOKEN}@github.com/mauricedoepke/webpack-obfuscator.git > /dev/null 2>&1
12-
git push origin master
13+
git push origin dist:master

0 commit comments

Comments
 (0)