Skip to content

Commit

Permalink
Merge pull request #49 from alliance-genome/API-deployment-KANBAN-558
Browse files Browse the repository at this point in the history
Corrected environment stack validation to validate against main (KANBAN-558)
  • Loading branch information
mluypaert authored May 23, 2024
2 parents 36713ee + cb27724 commit 67df15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/aws_infra/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ validate-environment-stack: check-node run-unit-tests
export PAVI_DEPLOY_VERSION_LABEL=${PAVI_DEPLOY_VERSION_LABEL} && \
export PAVI_IMAGE_TAG=${PAVI_IMAGE_TAG} && \
export PAVI_IMAGE_REGISTRY=${PAVI_IMAGE_REGISTRY} && \
cdk diff PaviApiEbDevStack
cdk diff PaviApiEbMainStack

validate-all: check-node run-unit-tests validate-image-stack validate-application-stack validate-environment-stack
@:
Expand Down

0 comments on commit 67df15f

Please sign in to comment.