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.
1 parent 1bddb12 commit 57e1bb8Copy full SHA for 57e1bb8
tools/deploy-gh-pages.sh
@@ -18,7 +18,7 @@ if ! git diff --quiet HEAD ; then
18
git config push.default simple
19
git config user.email "$DEPLOY_USER_EMAIL"
20
git config user.name "$DEPLOY_USER_NAME"
21
- git commit -m "Generated by Travis JOB $TRAVIS_JOB_NUMBER" -m "https://travis-ci.org/$TRAVIS_REPO_SLUG/builds/$TRAVIS_BUILD_ID"
+ git commit -m "Generated by Travis JOB $TRAVIS_JOB_NUMBER" -m "https://travis-ci.com/github/$TRAVIS_REPO_SLUG/builds/$TRAVIS_BUILD_ID"
22
git push
23
else
24
echo "No changes"
0 commit comments