new style (https://docs.gitlab.com/ee/ci/yaml)
This commit is contained in:
parent
c75ac5fe6c
commit
352a168621
|
@ -11,13 +11,13 @@ stages:
|
|||
|
||||
|
||||
###################################################################################################
|
||||
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)"
|
||||
|
|
Loading…
Reference in New Issue