Skip to content
Snippets Groups Projects
Commit 646beb15 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Use needs

parent 801df3a3
No related branches found
No related tags found
1 merge request!730fix: set DETECTOR and DETECTOR_CONFIG in benchmark triggers
This commit is part of merge request !730. Comments created here will be created in the context of that merge request.
......@@ -561,8 +561,9 @@ benchmarks:physics:nightly:
clean_internal_tag:
image: alpine/curl
stage: finalize
dependencies:
needs:
- version
- benchmarks:detector:default
when: always
script:
- |
......@@ -575,7 +576,7 @@ clean_internal_tag:
clean_unstable_mr:
extends: .docker
stage: finalize
dependencies:
needs:
- version
- benchmarks:detector:default
tags:
......@@ -609,7 +610,7 @@ clean_unstable_mr:
clean_pipeline:
extends: .docker
stage: finalize
dependencies:
needs:
- version
- clean_internal_tag
tags:
......
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