a colon followed by a white space seems to be the problem

This commit is contained in:
Martin Diehl 2018-09-06 18:07:40 +02:00
parent 6beb74f6d1
commit bfa56e9bff
1 changed files with 2 additions and 2 deletions

View File

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