Skip to content

Commit bf629b9

Browse files
committed
fix git command
1 parent 44bb248 commit bf629b9

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
@@ -3,7 +3,7 @@
33
git config --global user.email "travis@travis-ci.org"
44
git config --global user.name "Travis CI"
55

6-
git add dist/*
6+
git add -f dist/*
77
git commit -m "Travis Build: $TRAVIS_BUILD_NUMBER" -m "[skip ci]"
88

99
git remote rm origin

0 commit comments

Comments
 (0)