Skip to content
Snippets Groups Projects
Commit 89f13a17 authored by Administrator's avatar Administrator
Browse files

Update generate-deploy-stages.sh

parent 345dcad4
No related branches found
No related tags found
No related merge requests found
Pipeline #1778 failed with stages
in 1 second
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment