Testing git runner

This commit is contained in:
2018-02-22 22:09:11 +01:00
parent 3b757304f7
commit 8c4f64cf96
5 changed files with 142 additions and 0 deletions

11
checker/notify-tag Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# notify on tag push (new tag or change)
#
# Parameters (via env)
#
# TAG_HASH - hash of tagged commit
# TAG_NAME - tag label
# TAG_AUTHOR - who authored the tag - if available
# PROJECT_NAME - name of project specified in cloner.cfg
echo "TAG: (Name=$TAG_NAME; AUTHOR=$TAG_AUTHOR; SHA: $TAG_HASH), PROJECT: $PROJECT_NAME"