Skip to content
Snippets Groups Projects
Commit 4c33464d authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

not store spack-src in job artifacts

parent 3fcf70ef
No related branches found
No related tags found
No related merge requests found
...@@ -198,7 +198,7 @@ build-spack-env-on-runner: ...@@ -198,7 +198,7 @@ build-spack-env-on-runner:
timeout: 1 day timeout: 1 day
artifacts: artifacts:
paths: paths:
- .spack-tmp/root/spack-stage - .spack-tmp/root/spack-stage/spack-stage-*/*.txt
when: on_failure when: on_failure
...@@ -244,7 +244,7 @@ sync-gitlab-spack-instance: ...@@ -244,7 +244,7 @@ sync-gitlab-spack-instance:
timeout: 2 days timeout: 2 days
artifacts: artifacts:
paths: paths:
- build_logs/ - build_logs/spack-stage-*/*.txt
when: on_failure when: on_failure
only: only:
refs: refs:
......
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