From 41894937787ee4f2fd0920be0556e874ae5ee4d2 Mon Sep 17 00:00:00 2001 From: Vraj Mohan Date: Wed, 11 Dec 2024 16:27:29 -0800 Subject: [PATCH] Move to .post so that the idp_ci image gets built --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3ae16c3023..9af5ce3f93b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -748,10 +748,11 @@ deploy_eks: - if: $CI_COMMIT_BRANCH == "main" publish_er_diagram: - stage: .pre # TODO - change to .post + stage: .post rules: - if: $CI_COMMIT_BRANCH == "main" - if: $CI_COMMIT_BRANCH == "vm-reinstate-erd" + image: '${ECR_REGISTRY}/idp/ci@${CI_COMMIT_SHA}' variables: RAILS_ENV: test script: