removed typo from UAT pipeline.yaml

This commit is contained in:
Umang Mistry
2024-05-30 14:57:35 -05:00
parent d9cbfe75a8
commit 003808a256
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ definitions:
export AWS_REGION='us-east-2';
- script: &aws-context-uat
export AWS_ROLE_ARN=arn:aws:iam::$AWS_ACCOUNT_NO_UAT:role/$OIDC_ROLE_UAT;
export AWS_WEB_IDENTITY_TOKEN_FILE=$(pwd)/web-identity-token;s
export AWS_WEB_IDENTITY_TOKEN_FILE=$(pwd)/web-identity-token;
echo $BITBUCKET_STEP_OIDC_TOKEN > $(pwd)/web-identity-token;
export AWS_ACCESS_KEY_ID=$(echo $STS_OUTPUT | jq -r '.Credentials.AccessKeyId');
export AWS_SECRET_ACCESS_KEY=$(echo $STS_OUTPUT | jq -r '.Credentials.SecretAccessKey');