Skip to content
Snippets Groups Projects
Commit a7a8b625 authored by Domenico Giordano's avatar Domenico Giordano
Browse files

Merge branch 'BMK-186' into 'qa'

adding commit description to the announcement

Closes BMK-186

See merge request !234
parents c52822a0 a1ec8e35
No related branches found
No related tags found
3 merge requests!239Qa,!237merge from qa,!234adding commit description to the announcement
...@@ -524,6 +524,7 @@ function announce_standalone_image(){ ...@@ -524,6 +524,7 @@ function announce_standalone_image(){
announcement="announce.txt" announcement="announce.txt"
echo -e "Dear HEP Benchmark developers, \n" > $announcement 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 "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 "\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 echo -e "\nYours sincerely,\nHEPiX Benchmarking Working Group\n\n" >> $announcement
cat $announcement cat $announcement
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment