Skip to content

Commit

Permalink
Fixing issue with aws cli
Browse files Browse the repository at this point in the history
  • Loading branch information
NewtonSander committed Jul 31, 2024
1 parent 4d469de commit 25283c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
- checkout
- attach_workspace:
at: .
- run:
name: Install tar utility
command: |
yum install -y tar gzip
- run:
name: Sync to S3
command: |
Expand Down

0 comments on commit 25283c0

Please sign in to comment.