Skip to content
Snippets Groups Projects

ci: report status without depending on summary

Merged Wouter Deconinck requested to merge ci-status-report-without-needs into master
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
+ 0
4
@@ -168,8 +168,6 @@ deploy_results:
benchmarks:detector:success:
stage: status-report
needs:
- ["deploy_results"]
extends: .status
variables:
STATE: "success"
@@ -178,8 +176,6 @@ benchmarks:detector:success:
benchmarks:detector:failure:
stage: status-report
needs:
- ["deploy_results"]
extends: .status
variables:
STATE: "failure"
Loading