File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ phases:
17
17
commands :
18
18
- start-dockerd
19
19
20
- - ACCOUNT=$(aws sts get-caller-identity --query 'Account' --output text)
20
+ - ACCOUNT=$(aws --region $AWS_DEFAULT_REGION sts --endpoint-url https://sts.$AWS_DEFAULT_REGION.amazonaws.com get-caller-identity --query 'Account' --output text)
21
21
22
22
build :
23
23
commands :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ phases:
16
16
commands :
17
17
- start-dockerd
18
18
19
- - ACCOUNT=$(aws sts get-caller-identity --query 'Account' --output text)
19
+ - ACCOUNT=$(aws --region $AWS_DEFAULT_REGION sts --endpoint-url https://sts.$AWS_DEFAULT_REGION.amazonaws.com get-caller-identity --query 'Account' --output text)
20
20
21
21
build :
22
22
commands :
You can’t perform that action at this time.
0 commit comments