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 1bddb12 + 57e1bb8 commit d1e9b1eCopy full SHA for d1e9b1e
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