Travis: tweak commit message for point at source commit

This commit is contained in:
Alexey Sokolov
2014-04-21 08:20:23 +01:00
parent 4acc292571
commit c2e1fecfb7
+1 -1
View File
@@ -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."