From 51a71e199423bbcd349cf92c1a44063a6b490d35 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Sat, 7 Oct 2023 03:48:41 +0000 Subject: [PATCH] fix: rm needs: version --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09d7e112e..3816b7145 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -481,8 +481,6 @@ benchmarks:detector:nightly: clean_internal_tag: image: alpine/curl stage: finalize - needs: - - version when: always script: - | @@ -495,8 +493,6 @@ clean_internal_tag: clean_unstable_mr: extends: .docker stage: finalize - needs: - - version tags: - docker-new when: always -- GitLab