ci(gitlab-ci): GIT_STRATEGY = none for wait container jobs
This commit is contained in:
parent
6005680b38
commit
fa4b77b0ee
@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user