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
@@ -150,6 +150,7 @@ deploy_results:
@@ -150,6 +150,7 @@ deploy_results:
benchmarks:detector:success:
benchmarks:detector:success:
stage: status-report
stage: status-report
 
dependencies: []
extends: .status
extends: .status
variables:
variables:
STATE: "success"
STATE: "success"
@@ -158,6 +159,7 @@ benchmarks:detector:success:
@@ -158,6 +159,7 @@ benchmarks:detector:success:
benchmarks:detector:failure:
benchmarks:detector:failure:
stage: status-report
stage: status-report
 
dependencies: []
extends: .status
extends: .status
variables:
variables:
STATE: "failure"
STATE: "failure"
Loading