Skip to content

Commit 709cc61

Browse files
committed
Gov Cloud Code Build lacks AWS CLI 2.0, so install it manually
1 parent cf06e63 commit 709cc61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildspec_sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ phases:
66
pre_build:
77
commands:
88
- echo Sync latest image from Dockerhub
9+
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
10+
- unzip awscliv2.zip
11+
- ./aws/install
912
build:
1013
commands:
1114
# Enforce STS regional endpoints

0 commit comments

Comments
 (0)