This commit is contained in:
Martin Diehl 2021-11-13 14:09:12 +01:00
parent c75ac5fe6c
commit 352a168621
1 changed files with 10 additions and 10 deletions

View File

@ -11,16 +11,16 @@ stages:
###################################################################################################
before_script:
- ${LOCAL_HOME}/bin/manage_pool ${CI_JOB_ID} --nonblocking
- source $DAMASKROOT/env/DAMASK.sh
- export PATH=${BINDIR}:$PATH
- cd $DAMASKROOT/PRIVATE/testing
- echo Job start:" $(date)"
after_script:
- ${LOCAL_HOME}/bin/manage_pool ${CI_JOB_ID} --unregister
- echo Job end:" $(date)"
default:
before_script:
- ${LOCAL_HOME}/bin/manage_pool ${CI_JOB_ID} --nonblocking
- source $DAMASKROOT/env/DAMASK.sh
- export PATH=${BINDIR}:$PATH
- cd $DAMASKROOT/PRIVATE/testing
- echo Job start:" $(date)"
after_script:
- ${LOCAL_HOME}/bin/manage_pool ${CI_JOB_ID} --unregister
- echo Job end:" $(date)"
###################################################################################################