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

ci: report status without depending on summary

parent 4689fecc
No related branches found
No related tags found
1 merge request!126ci: report status without depending on summary
...@@ -168,8 +168,6 @@ deploy_results: ...@@ -168,8 +168,6 @@ deploy_results:
benchmarks:detector:success: benchmarks:detector:success:
stage: status-report stage: status-report
needs:
- ["deploy_results"]
extends: .status extends: .status
variables: variables:
STATE: "success" STATE: "success"
...@@ -178,8 +176,6 @@ benchmarks:detector:success: ...@@ -178,8 +176,6 @@ benchmarks:detector:success:
benchmarks:detector:failure: benchmarks:detector:failure:
stage: status-report stage: status-report
needs:
- ["deploy_results"]
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.
Finish editing this message first!
Please register or to comment