We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ebd6d commit 3ae6bc3Copy full SHA for 3ae6bc3
scripts/publish_prod.sh
@@ -77,11 +77,11 @@ if [ "$CONT" != "y" ]; then
77
else
78
echo "Ensuring you have access to the AWS GovCloud account"
79
ddsaml2aws login -a govcloud-us1-fed-human-engineering
80
- 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
81
82
echo "Publishing layers to GovCloud AWS regions"
83
84
- 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
85
fi
86
87
echo "Answer 'n' if GitLab already did this"
0 commit comments