This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/activemq-website.git
commit d44f9d342f0d5ad8a53f543e238d063003ba33df Author: Clebert Suconic <[email protected]> AuthorDate: Tue Oct 1 17:35:02 2019 -0400 update description on build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f0faed4..1bcff33 100755 --- a/build.sh +++ b/build.sh @@ -11,7 +11,7 @@ mv site-content content git add content echo "Commiting changes to asf-site branch from master branch." -git commit --author "ActiveMQ Dev <[email protected]>" -m "from $COMMIT_MESSAGE / $COMMIT_HASH" +git commit --author "ActiveMQ Dev <[email protected]>" -m "$COMMIT_MESSAGE / built from commit $COMMIT_HASH" echo "-----------------------------------------------------" echo "SITE BUILD SUCCESSFUL. You are now on the asf-site branch."
