From 81e082f5ef9968f2f776753676fa99eb8f2bc10b Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: Fri, 12 May 2023 04:27:37 +0000 Subject: [PATCH] Update generate-deploy-stages.sh --- generate-deploy-stages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-deploy-stages.sh b/generate-deploy-stages.sh index 69fbbe0..bde1925 100644 --- a/generate-deploy-stages.sh +++ b/generate-deploy-stages.sh @@ -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 -- GitLab