Skip to content

Commit a4df377

Browse files
refactor: split CloudFront invalidation into separate find and invalidate steps in Bitbucket pipeline.
1 parent ad15180 commit a4df377

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bitbucket-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,8 @@ pipelines:
396396
- parallel: *parallel-run-tests
397397
- step: *build-and-push
398398
- step: *deploy-on-test
399-
- step: *find-and-invalidate-cloudfront-test
399+
- step: *find-cloudfront-test
400+
- step: *invalidate-cloudfront
400401

401402
pull-requests:
402403
'**':

0 commit comments

Comments
 (0)