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:
stage: finalize
dependencies:
- version
- benchmarks:detector:default
tags:
- docker-new
needs: [ "benchmarks:detector:default" ]
when: always
script:
- apk add curl jq
......@@ -612,7 +612,6 @@ clean_pipeline:
dependencies:
- version
- clean_internal_tag
needs: [ "benchmarks:detector:default" ]
tags:
- docker-new
when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment