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

fix: rm needs: version

parent ca7d5d7b
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.
...@@ -481,8 +481,6 @@ benchmarks:detector:nightly: ...@@ -481,8 +481,6 @@ benchmarks:detector:nightly:
clean_internal_tag: clean_internal_tag:
image: alpine/curl image: alpine/curl
stage: finalize stage: finalize
needs:
- version
when: always when: always
script: script:
- | - |
...@@ -495,8 +493,6 @@ clean_internal_tag: ...@@ -495,8 +493,6 @@ clean_internal_tag:
clean_unstable_mr: clean_unstable_mr:
extends: .docker extends: .docker
stage: finalize stage: finalize
needs:
- version
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