Skip to content

Commit 4189493

Browse files
committed
Move to .post so that the idp_ci image gets built
1 parent d2a1023 commit 4189493

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -748,10 +748,11 @@ deploy_eks:
748748
- if: $CI_COMMIT_BRANCH == "main"
749749

750750
publish_er_diagram:
751-
stage: .pre # TODO - change to .post
751+
stage: .post
752752
rules:
753753
- if: $CI_COMMIT_BRANCH == "main"
754754
- if: $CI_COMMIT_BRANCH == "vm-reinstate-erd"
755+
image: '${ECR_REGISTRY}/idp/ci@${CI_COMMIT_SHA}'
755756
variables:
756757
RAILS_ENV: test
757758
script:

0 commit comments

Comments
 (0)