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

fix: cleanup jobs in finalize stage don't need explicit needs

parent 30b49de7
Branches
Tags v23.10.1-stable
No related merge requests found
......@@ -481,10 +481,6 @@ benchmarks:detector:nightly:
clean_internal_tag:
image: alpine/curl
stage: finalize
needs:
- version
- benchmarks:detector:default
- benchmarks:detector:nightly
when: always
script:
- |
......@@ -497,10 +493,6 @@ clean_internal_tag:
clean_unstable_mr:
extends: .docker
stage: finalize
needs:
- version
- benchmarks:detector:default
- benchmarks:detector:nightly
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