Skip to content
Snippets Groups Projects
Commit 856ff2ea authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: don't download all previous artifacts in status success/failure job

parent 123c1d5f
Branches
No related tags found
1 merge request!228fix: don't download all previous artifacts in status success/failure job
...@@ -142,6 +142,7 @@ summary: ...@@ -142,6 +142,7 @@ summary:
benchmarks:physics:success: benchmarks:physics:success:
stage: status-report stage: status-report
dependencies: []
extends: .status extends: .status
variables: variables:
STATE: "success" STATE: "success"
...@@ -150,6 +151,7 @@ benchmarks:physics:success: ...@@ -150,6 +151,7 @@ benchmarks:physics:success:
benchmarks:physics:failure: benchmarks:physics:failure:
stage: status-report stage: status-report
dependencies: []
extends: .status extends: .status
variables: variables:
STATE: "failure" STATE: "failure"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment