From a1bbd05e68385ef0707e9893df67322f148c27a8 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 5 Sep 2024 02:04:49 +0200 Subject: [PATCH] ci(gitlab-ci): install curl for wait for container --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96691bba6..db55489e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,6 +106,7 @@ setup:containers:frontend:wait: - setup:dynamic before_script: *container-before script: + - apt-get -y install curl - > while ! curl --request GET --header "PRIVATE-TOKEN:${REGISTRY_AUTH_TOKEN}" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/registry/repositories?tags=true" | grep \""${REGISTRY_DESTINATION}"\" ; do echo "Waiting for container ${IMAGE_TAG} to appear in the container registry..."