Skip to content
Snippets Groups Projects
Commit 94eef203 authored by Christoph Alt's avatar Christoph Alt
Browse files

moved the printing of the log file again to the script because

after_script is run in a nex shell
parent 4182791f
No related branches found
No related tags found
No related merge requests found
Pipeline #800584 failed
Pipeline: cx-test

#800585

    ......@@ -16,7 +16,6 @@ include:
    - jobscript/base_config.sh > ${JOB_SCRIPT_FILE}
    - cat "${SCRIPT}" >> ${JOB_SCRIPT_FILE}
    - job_id=$(sbatch --parsable --wait --nodelist="${HOST}" --job-name "${CI_JOB_NAME}" ${JOB_SCRIPT_FILE})
    after_script:
    - cat ${CI_JOB_NAME}.o${job_id}.log
    artifacts:
    paths:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment