Skip to content
Snippets Groups Projects

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

Merged Wouter Deconinck requested to merge status-report-dependencies-none into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -133,6 +133,7 @@ final_report:
benchmarks:reconstruction:success:
stage: status-report
dependencies: []
extends: .status
variables:
STATE: "success"
@@ -141,6 +142,7 @@ benchmarks:reconstruction:success:
benchmarks:reconstruction:failure:
stage: status-report
dependencies: []
extends: .status
variables:
STATE: "failure"
Loading