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

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

parent 37167af1
No related branches found
No related tags found
1 merge request!734fix: cleanup jobs in finalize stage don't need explicit needs
This commit is part of merge request !734. Comments created here will be created in the context of that merge request.
......@@ -483,8 +483,6 @@ clean_internal_tag:
stage: finalize
needs:
- version
- benchmarks:detector:default
- benchmarks:detector:nightly
when: always
script:
- |
......@@ -499,8 +497,6 @@ clean_unstable_mr:
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.
Finish editing this message first!
Please register or to comment