From fa4b77b0ee56bb0f32502112d339fc5906825390 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 12 Sep 2024 11:44:05 +0200 Subject: [PATCH] ci(gitlab-ci): GIT_STRATEGY = none for wait container jobs --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d075fd170..a7e3e591b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -109,6 +109,7 @@ setup:containers:frontend:wait: &setup-container-wait - setup:dynamic before_script: *container-before variables: + GIT_STRATEGY: none IMAGE_TYPE: frontend script: - apt-get -y update && apt-get -y install curl @@ -133,6 +134,7 @@ setup:containers:backend: setup:containers:backend:wait: <<: *setup-container-wait variables: + GIT_STRATEGY: none IMAGE_TYPE: backend