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

Update generate-deploy-stages.sh append to list of images

parent de9fa950
No related branches found
No related tags found
No related merge requests found
Pipeline #2838 passed with stages
in 3 seconds
......@@ -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
......
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