Skip to content

Commit a66c1b0

Browse files
committed
[DSC-2193] Rename steps
1 parent ee6e3f1 commit a66c1b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bitbucket-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ definitions:
215215
- git push
216216

217217
- step: &find-and-invalidate-cloudfront-dev
218-
name: Find and Invalidate CloudFront Cache
218+
name: Invalidate CloudFront Dev Cache
219219
image: amazon/aws-cli
220220
script:
221221
- export AWS_ACCESS_KEY_ID=$AWS_ACCESS_CF_KEY_ID
@@ -226,7 +226,7 @@ definitions:
226226
- aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION_ID --paths "/*"
227227

228228
- step: &find-and-invalidate-cloudfront-staging
229-
name: Find and Invalidate CloudFront Cache
229+
name: Invalidate CloudFront Staging Cache
230230
image: amazon/aws-cli
231231
script:
232232
- export AWS_ACCESS_KEY_ID=$AWS_ACCESS_CF_KEY_ID

0 commit comments

Comments
 (0)