We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a14b61c + 50988fa commit 06916a1Copy full SHA for 06916a1
travis.sh
@@ -29,6 +29,7 @@ git add dist/ ;
29
git checkout -b $NEW_TRAVIS_BRANCH ;
30
git commit -m "$TRAVIS_COMMIT_MESSAGE" ;
31
# Push to Heroku!
32
+git fetch --all --unshallow
33
yes | git push --force $PROVIDER $NEW_TRAVIS_BRANCH:$PROVIDER_BRANCH ;
34
35
0 commit comments