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.
2 parents a469527 + 0a2a49d commit a14b61cCopy full SHA for a14b61c
travis.sh
@@ -29,7 +29,7 @@ git add dist/ ;
29
git checkout -b $NEW_TRAVIS_BRANCH ;
30
git commit -m "$TRAVIS_COMMIT_MESSAGE" ;
31
# Push to Heroku!
32
-yes | git push $PROVIDER $NEW_TRAVIS_BRANCH:$PROVIDER_BRANCH ;
+yes | git push --force $PROVIDER $NEW_TRAVIS_BRANCH:$PROVIDER_BRANCH ;
33
34
35
# echo -e "yes" | ./travis.sh
0 commit comments