Skip to content

Commit

Permalink
Gov Cloud Code Build lacks AWS CLI 2.0, so install it manually
Browse files Browse the repository at this point in the history
  • Loading branch information
PettitWesley committed Nov 5, 2020
1 parent cf06e63 commit 709cc61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildspec_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ phases:
pre_build:
commands:
- echo Sync latest image from Dockerhub
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
- unzip awscliv2.zip
- ./aws/install
build:
commands:
# Enforce STS regional endpoints
Expand Down

0 comments on commit 709cc61

Please sign in to comment.