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
...@@ -561,8 +561,9 @@ benchmarks:physics:nightly: ...@@ -561,8 +561,9 @@ benchmarks:physics:nightly:
clean_internal_tag: clean_internal_tag:
image: alpine/curl image: alpine/curl
stage: finalize stage: finalize
dependencies: needs:
- version - version
- benchmarks:detector:default
when: always when: always
script: script:
- | - |
...@@ -575,7 +576,7 @@ clean_internal_tag: ...@@ -575,7 +576,7 @@ clean_internal_tag:
clean_unstable_mr: clean_unstable_mr:
extends: .docker extends: .docker
stage: finalize stage: finalize
dependencies: needs:
- version - version
- benchmarks:detector:default - benchmarks:detector:default
tags: tags:
...@@ -609,7 +610,7 @@ clean_unstable_mr: ...@@ -609,7 +610,7 @@ clean_unstable_mr:
clean_pipeline: clean_pipeline:
extends: .docker extends: .docker
stage: finalize stage: finalize
dependencies: needs:
- version - version
- clean_internal_tag - clean_internal_tag
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment