to easily see start and end of each job

This commit is contained in:
Martin Diehl 2018-09-06 16:18:06 +02:00
parent e8a0cd507b
commit 3966659ac9
1 changed files with 5 additions and 0 deletions

View File

@ -29,7 +29,12 @@ before_script:
done
- source $DAMASKROOT/env/DAMASK.sh
- cd $DAMASKROOT/PRIVATE/testing
- echo "Job start: $(date)"
###################################################################################################
after_script:
- echo "Job end: $(date)"
#
###################################################################################################
variables:
# ===============================================================================================