Skip to content

Commit 937c819

Browse files
authored
feat: Install awscli per circle ci docs (#26444)
1 parent 64af1ce commit 937c819

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,10 @@ jobs:
560560
steps:
561561
- attach_workspace:
562562
at: /tmp/workspace
563+
- run:
564+
name: Install AWS CLI
565+
command: |
566+
pip install awscli
563567
- aws-s3/sync:
564568
arguments: --acl public-read
565569
aws-region: RELEASE_AWS_REGION

0 commit comments

Comments
 (0)