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