Commit d5ae7f3d authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Add artifacts on failure

No related merge requests found
Showing with 6 additions and 0 deletions
+6 -0
......@@ -57,6 +57,12 @@ fast-build:
- git checkout -f -q $CI_COMMIT_SHA
after_script:
- python3 CI/cdash_handler.py $CI_COMMIT_SHA $CI_PROJECT_ID $CI_PROJECT_DIR $K8S_SECRET_CDASH $CI_MERGE_REQUEST_REF_PATH
artifacts:
when: on_failure
expire_in: 24 hrs
paths:
- *log.txt
debian-build:
extends: .common-build
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment