You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2019/10/01 21:44:15 UTC

[activemq-website] 01/02: update description on build.sh

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 <cl...@apache.org>
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 <de...@activemq.apache.org>" -m "from $COMMIT_MESSAGE / $COMMIT_HASH"
+git commit --author "ActiveMQ Dev <de...@activemq.apache.org>" -m "$COMMIT_MESSAGE / built from commit $COMMIT_HASH"
 
 echo "-----------------------------------------------------"
 echo "SITE BUILD SUCCESSFUL. You are now on the asf-site branch."