Skip to content
Snippets Groups Projects

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

Merged Wouter Deconinck requested to merge wdconinc-master-patch-47119 into master
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
+ 0
4
@@ -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
Loading