ci(gitlab-ci): GIT_STRATEGY = none for wait container jobs

This commit is contained in:
Sarah Vaupel 2024-09-12 11:44:05 +02:00
parent 6005680b38
commit fa4b77b0ee

View File

@ -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