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

ci: report status without depending on summary

parent d3721231
No related branches found
No related tags found
1 merge request!174ci: report status without depending on summary
...@@ -129,8 +129,6 @@ summary: ...@@ -129,8 +129,6 @@ summary:
benchmarks:physics:success: benchmarks:physics:success:
stage: status-report stage: status-report
needs:
- ["summary"]
extends: .status extends: .status
variables: variables:
STATE: "success" STATE: "success"
...@@ -139,8 +137,6 @@ benchmarks:physics:success: ...@@ -139,8 +137,6 @@ benchmarks:physics:success:
benchmarks:physics:failure: benchmarks:physics:failure:
stage: status-report stage: status-report
needs:
- ["summary"]
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