We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf06e63 commit 709cc61Copy full SHA for 709cc61
buildspec_sync.yml
@@ -6,6 +6,9 @@ phases:
6
pre_build:
7
commands:
8
- 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
12
build:
13
14
# Enforce STS regional endpoints
0 commit comments