Skip to content

Commit 8cf0fb5

Browse files
authored
Fix deployment (#356)
1 parent bf89c51 commit 8cf0fb5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/test-deploy.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,12 +433,21 @@ workflows:
433433
name: "Validation"
434434
command: |
435435
aws sts get-caller-identity --profile default
436+
- orb-tools/lint:
437+
filters: *filters
438+
- orb-tools/pack:
439+
filters: *filters
440+
- orb-tools/review:
441+
filters: *release-filters
436442
- orb-tools/publish:
437443
orb_name: circleci/aws-ecr
438444
vcs_type: << pipeline.project.type >>
439445
pub_type: production
440446
enable_pr_comment: true
441447
requires:
448+
- orb-tools/lint
449+
- orb-tools/review
450+
- orb-tools/pack
442451
- build-test-then-push-with-buildx
443452
- integration-test-multi-platform-without-push
444453
- integration-test-default-profile

0 commit comments

Comments
 (0)