diff --git a/generate-deploy-stages.sh b/generate-deploy-stages.sh index 63cae8387dee9d3bd8f519839a9584132d4745bc..4d0d2b444cba25dddb2cf5fc3b7c4c3aeb3018d8 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