From 345dcad46de9bc9780dd03c6c8887df3c0496f6d Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: Fri, 12 May 2023 04:02:11 +0000
Subject: [PATCH] Update generate-deploy-stages.sh

---
 generate-deploy-stages.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/generate-deploy-stages.sh b/generate-deploy-stages.sh
index 63cae83..4d0d2b4 100644
--- a/generate-deploy-stages.sh
+++ b/generate-deploy-stages.sh
@@ -11,7 +11,8 @@ if [ ! -z "${TAG}" ]; then
   git clone https://github.com/MAAP-Project/maap-workspaces.git
   pushd maap-workspaces
   git checkout ${TAG}
-  find base_images -type d -depth 1 > ${basedir}/images.txt
+  ls -l 
+  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