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

Update generate-deploy-stages.sh

parent a54b3815
No related branches found
No related tags found
No related merge requests found
Pipeline #1794 passed with stages
in 2 seconds
......@@ -21,7 +21,7 @@ if [ ! -z "${TAG}" ]; then
export BASE_IMAGE_TYPE=${second_dir}
export TAG=${TAG}
export DIT_REGISTRY=${DIT_REGISTRY}
cat ${template} | CI_JOB_TOKEN='$CI_JOB_TOKEN' CI_REGISTRY='$CI_REGISTRY' envsubst >> deploy.yml
cat ${template} | CI_JOB_TOKEN='$CI_JOB_TOKEN' envsubst >> deploy.yml
fi
done
fi
......
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