From a1ec8e35c36041d762257d94cc59ff67b6e5aecb Mon Sep 17 00:00:00 2001 From: giordano <domenico.giordano@cern.ch> Date: Sat, 7 Sep 2019 14:18:26 +0200 Subject: [PATCH] adding commit description to the announcement --- build-executor/main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-executor/main.sh b/build-executor/main.sh index 19d043c2..8fa68952 100755 --- a/build-executor/main.sh +++ b/build-executor/main.sh @@ -524,6 +524,7 @@ function announce_standalone_image(){ announcement="announce.txt" echo -e "Dear HEP Benchmark developers, \n" > $announcement echo -e "we are pleased to inform that a new version has been released for the container image \n\n${theimage}" >> $announcement + echo -e "COMMIT DESCRIPTION $CI_COMMIT_DESCRIPTION" >> $announcement echo -e "\nPlease DO NOT REPLY\nReport automatically generated from GitLab CI in job ${CI_JOB_URL}\n[$(date)]" >> $announcement echo -e "\nYours sincerely,\nHEPiX Benchmarking Working Group\n\n" >> $announcement cat $announcement -- GitLab