Skip to content

Commit

Permalink
Move to .post so that the idp_ci image gets built
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajmohan committed Dec 12, 2024
1 parent d2a1023 commit be7e22b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}/identity-idp/idp:${CI_COMMIT_SHA}"
variables:
RAILS_ENV: test
script:
Expand Down

0 comments on commit be7e22b

Please sign in to comment.