Notify scripts: new abbrev tag simplification

This commit is contained in:
2018-03-02 11:25:49 +01:00
parent addf0ad77f
commit 0c76eb41c3
3 changed files with 25 additions and 8 deletions

View File

@@ -5,7 +5,10 @@
#
# COMMIT - hash of commit
# COMMIT_AUTHOR - author of commit
# COMMIT_ABBREV - abbreviated sha
# COMMIT_LOG - short line of commit log
# COMMIT_BRANCH - name of branch
# PROJECT_NAME - project name specified in cloner.cfg
echo "Commit: ($COMMIT: (AUTHOR=$COMMIT_AUTHOR; BRANCH=$COMMIT_BRANCH), Project: $PROJECT_NAME)"
echo -e "\t$COMMIT_ABBREV: $COMMIT_LOG"