From 89f13a17810418c0be96393d6ff0c0da64e61c82 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: Fri, 12 May 2023 04:04:05 +0000 Subject: [PATCH] Update generate-deploy-stages.sh --- generate-deploy-stages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-deploy-stages.sh b/generate-deploy-stages.sh index 4d0d2b4..39cc05e 100644 --- a/generate-deploy-stages.sh +++ b/generate-deploy-stages.sh @@ -12,7 +12,7 @@ if [ ! -z "${TAG}" ]; then pushd maap-workspaces git checkout ${TAG} ls -l - find base_images -depth 1 -type d > ${basedir}/images.txt + find "base_images" -depth 1 -type d > ${basedir}/images.txt cat ${basedir}/images.txt template="${basedir}/deploy.yml.tmpl" cat ${basedir}/images.txt | while read image -- GitLab