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

modified: .gitlab-ci.yml

parent 6da39484
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.
...@@ -577,9 +577,9 @@ clean_unstable_mr: ...@@ -577,9 +577,9 @@ clean_unstable_mr:
stage: finalize stage: finalize
dependencies: dependencies:
- version - version
- benchmarks:detector:default
tags: tags:
- docker-new - docker-new
needs: [ "benchmarks:detector:default" ]
when: always when: always
script: script:
- apk add curl jq - apk add curl jq
...@@ -612,7 +612,6 @@ clean_pipeline: ...@@ -612,7 +612,6 @@ clean_pipeline:
dependencies: dependencies:
- version - version
- clean_internal_tag - clean_internal_tag
needs: [ "benchmarks:detector:default" ]
tags: tags:
- docker-new - docker-new
when: always when: always
......
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