File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ before_deploy:
4444 - tar czvf packages/releases-$GIT_TAG.tar.gz $(ls -I packages)
4545 - zip -q packages/releases-$GIT_TAG.zip -r $(ls -I packages)
4646 - git tag $GIT_TAG -a -m "Commit from Travis CI for build $TRAVIS_BUILD_NUMBER"
47- - git push --quiet --force https://$GH_TOKEN@github.com/tatsy/lime.git --tags 2> /dev/null
47+ - git push --quiet https://$GH_TOKEN@github.com/tatsy/lime.git --tags 2> /dev/null
4848
4949deploy :
5050 skip_cleanup : true
Original file line number Diff line number Diff line change 55git checkout -b gh-pages
66git add --all .
77git commit -m " Documentation updated from Travis CI, Build No. $TRAVIS_BUILD_NUMBER ."
8- git push --quiet https://$GH_TOKEN @github.com/tatsy/lime.git gh-pages:gh-pages 2> /dev/null
8+ git push --quiet --force https://$GH_TOKEN @github.com/tatsy/lime.git gh-pages:gh-pages 2> /dev/null
99set +x
You can’t perform that action at this time.
0 commit comments