Skip to content

Commit

Permalink
adjust deploy-docs commit message.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Dec 27, 2015
1 parent c3d7833 commit f088841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ cd $GH_REPO_TMPNAME
git rm -rf ./$GH_REPO_DOCSDIR
cp -Rf $HOME/$GH_REPO_TMPNAME_STAGED ./$GH_REPO_DOCSDIR
git add -f .
git commit -m "deploy($TRAVIS_REPO_SLUG): latest jsdoc on successful travis build $TRAVIS_BUILD_NUMBER."
git commit -m "deploy(jsdocs): $TRAVIS_REPO_SLUG travis build $TRAVIS_BUILD_NUMBER."
git push -fq origin $GH_REPO_BRANCH > /dev/null

echo -e "Published jsdoc.\n"
echo -e "Published jsdocs.\n"

0 comments on commit f088841

Please sign in to comment.