Skip to content

Commit ab50a36

Browse files
committed
improved the commit message
Signed-off-by: Lars Heinemann <[email protected]>
1 parent 937933b commit ab50a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis_publish

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cp -r $REPO_PATH/com.github.camel-tooling.lsp.eclipse.updatesite/target/updatesi
2222
# Commit and Push the Changes
2323
git add -f .
2424
git status
25-
git commit -m "Deploy to GitHub Pages: ${SHA} from travis build $TRAVIS_BUILD_NUMBER"
25+
git commit -m "Deploy ${DEPLOY_REPO_ROOT} update site to GitHub Pages: ${SHA} from travis build $TRAVIS_BUILD_NUMBER"
2626
git push -fq origin master > /dev/null
2727
# return to original path
2828
cd $REPO_PATH

0 commit comments

Comments
 (0)