We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937933b commit ab50a36Copy full SHA for ab50a36
.travis_publish
@@ -22,7 +22,7 @@ cp -r $REPO_PATH/com.github.camel-tooling.lsp.eclipse.updatesite/target/updatesi
22
# Commit and Push the Changes
23
git add -f .
24
git status
25
-git commit -m "Deploy to GitHub Pages: ${SHA} from travis build $TRAVIS_BUILD_NUMBER"
+git commit -m "Deploy ${DEPLOY_REPO_ROOT} update site to GitHub Pages: ${SHA} from travis build $TRAVIS_BUILD_NUMBER"
26
git push -fq origin master > /dev/null
27
# return to original path
28
cd $REPO_PATH
0 commit comments