Skip to content

Commit 5fada83

Browse files
add -f flag to push
1 parent 6331082 commit 5fada83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

travis-ci/deploy2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ git add $TRAVIS_BUILD_DIR/globalblacklist.conf
1919
#git add .
2020
#git add $TRAVIS_BUILD_DIR/build.txt
2121
sudo git commit -am "Update build version file with $TRAVIS_BUILD_NUMBER"
22-
sudo git push origin master && git push origin master --tags
22+
sudo git push origin master -f && git push origin master --tags -f
2323
ls -aR
2424
#cat $TRAVIS_BUILD_DIR/globalblacklist.conf
2525
ls -la $TRAVIS_BUILD_DIR

0 commit comments

Comments
 (0)