We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bb248 commit bf629b9Copy full SHA for bf629b9
push-build.sh
@@ -3,7 +3,7 @@
3
git config --global user.email "travis@travis-ci.org"
4
git config --global user.name "Travis CI"
5
6
-git add dist/*
+git add -f dist/*
7
git commit -m "Travis Build: $TRAVIS_BUILD_NUMBER" -m "[skip ci]"
8
9
git remote rm origin
0 commit comments