Skip to content

Commit 60bed54

Browse files
committed
fix git command
1 parent bf629b9 commit 60bed54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

push-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ git commit -m "Travis Build: $TRAVIS_BUILD_NUMBER" -m "[skip ci]"
99
git remote rm origin
1010
# Add new "origin" with access token in the git URL for authentication
1111
git remote add origin https://mauricedoepke:${GH_TOKEN}@github.com/mauricedoepke/webpack-obfuscator.git > /dev/null 2>&1
12-
git push origin master --quiet
12+
git push origin master

0 commit comments

Comments
 (0)