From 4c98a964c6b282eb653b9cc22cbd933842af7a6a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 25 Sep 2023 17:17:12 -0400 Subject: [PATCH] add ecr jobs to group --- ci/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 08e99afc4..191f80e6e 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -3,6 +3,7 @@ groups: jobs: - apply-cloudfront-staging - apply-dns + - apply-ecr - bootstrap-development - bootstrap-external-development - bootstrap-external-production @@ -19,6 +20,7 @@ groups: - plan-bootstrap-tooling - plan-cloudfront-staging - plan-dns + - plan-ecr - pull-status-check - webacl-test-development - webacl-test-production