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 a388918 commit 06395b8Copy full SHA for 06395b8
scripts/publish_prod.sh
@@ -85,11 +85,11 @@ if [ "$CONT" != "y" ]; then
85
else
86
echo "Ensuring you have access to the AWS GovCloud account"
87
ddsaml2aws login -a govcloud-us1-fed-human-engineering
88
- AWS_PROFILE=govcloud-us1-fed-human-engineering aws sts get-caller-identity
+ aws-vault exec sso-govcloud-us1-fed-engineering -- aws sts get-caller-identity
89
90
echo "Publishing layers to GovCloud AWS regions"
91
92
- VERSION=$LAYER_VERSION AWS_PROFILE=govcloud-us1-fed-human-engineering ./scripts/publish_layers.sh
+ VERSION=$LAYER_VERSION aws-vault exec sso-govcloud-us1-fed-engineering -- ./scripts/publish_layers.sh
93
fi
94
95
echo "Answer 'n' if GitLab already did this"
0 commit comments