mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Travis: tweak commit message for point at source commit
This commit is contained in:
@@ -24,7 +24,7 @@ cd gh-pages
|
||||
git rm -rf *
|
||||
cp -rf "$TRAVIS_BUILD_DIR"/doc/html/* ./ || exit 1
|
||||
git add .
|
||||
git commit -m "Latest docs on successful travis build $TRAVIS_BUILD_NUMBER (commit $TRAVIS_COMMIT) auto-pushed to gh-pages"
|
||||
git commit -m "Latest docs on successful travis build $TRAVIS_BUILD_NUMBER (commit $TRAVIS_REPO_SLUG/$TRAVIS_COMMIT) auto-pushed to gh-pages"
|
||||
git push origin gh-pages
|
||||
|
||||
echo "Published docs to gh-pages."
|
||||
|
||||
Reference in New Issue
Block a user