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: default:
- ${LOCAL_HOME}/bin/manage_pool ${CI_JOB_ID} --nonblocking before_script:
- source $DAMASKROOT/env/DAMASK.sh - ${LOCAL_HOME}/bin/manage_pool ${CI_JOB_ID} --nonblocking
- export PATH=${BINDIR}:$PATH - source $DAMASKROOT/env/DAMASK.sh
- cd $DAMASKROOT/PRIVATE/testing - export PATH=${BINDIR}:$PATH
- echo Job start:" $(date)" - cd $DAMASKROOT/PRIVATE/testing
- echo Job start:" $(date)"
after_script: after_script:
- ${LOCAL_HOME}/bin/manage_pool ${CI_JOB_ID} --unregister - ${LOCAL_HOME}/bin/manage_pool ${CI_JOB_ID} --unregister
- echo Job end:" $(date)" - echo Job end:" $(date)"
################################################################################################### ###################################################################################################