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 135171f commit a98f488Copy full SHA for a98f488
buildspec.yml
@@ -25,7 +25,7 @@ phases:
25
- |
26
if [ -d "ci-lock" ]; then
27
FILENAME=$(ls ci-lock/ || true)
28
- ACCOUNT=$(aws sts get-caller-identity --output text | awk '{print $1}')
+ ACCOUNT=$(aws sts get-caller-identity --region us-west-2 --output text | awk '{print $1}')
29
S3_BUCKET_DIR=s3://sagemaker-us-west-2-${ACCOUNT}/ci-lock/
30
aws s3 rm ${S3_BUCKET_DIR}${FILENAME}
31
fi
0 commit comments