From eb0ba64ae4cb50fb8c045ef0c062db16e55e93b2 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: Fri, 12 May 2023 04:16:53 +0000 Subject: [PATCH] Update generate-deploy-stages.sh --- generate-deploy-stages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/generate-deploy-stages.sh b/generate-deploy-stages.sh index 2cc1b8b..69fbbe0 100644 --- a/generate-deploy-stages.sh +++ b/generate-deploy-stages.sh @@ -11,6 +11,7 @@ if [ ! -z "${TAG}" ]; then git clone --single-branch --branch ${TAG} https://github.com/MAAP-Project/maap-workspaces.git pushd maap-workspaces ls -d base_images/*/* > ${basedir}/images.txt + popd cat ${basedir}/images.txt template="${basedir}/deploy.yml.tmpl" cat ${basedir}/images.txt | while read image -- GitLab