From ebcbd52b317273e6e95a44e6cc68163df49a78f2 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: Tue, 17 Sep 2024 21:26:18 +0000 Subject: [PATCH] Update generate-deploy-stages.sh append to list of images --- generate-deploy-stages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generate-deploy-stages.sh b/generate-deploy-stages.sh index c417639..5626f5b 100644 --- a/generate-deploy-stages.sh +++ b/generate-deploy-stages.sh @@ -10,8 +10,8 @@ touch deploy.yml 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 - ls -d custom_images/*/* > ${basedir}/images.txt + ls -d base_images/*/* >> ${basedir}/images.txt + ls -d custom_images/*/* >> ${basedir}/images.txt popd cat ${basedir}/images.txt -- GitLab