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

Update generate-deploy-stages.sh

parent 39bfab81
No related branches found
No related tags found
No related merge requests found
Pipeline #1786 passed with stages
in 2 seconds
......@@ -11,6 +11,7 @@ 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
popd
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