Skip to content

Commit 95dd5be

Browse files
authored
remove ddsaml2aws login from release script (#484)
1 parent bd1e625 commit 95dd5be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/publish_prod.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,9 @@ if [ "$CONT" != "y" ]; then
8585
echo "Skipping deployment to GovCloud AWS"
8686
else
8787
echo "Ensuring you have access to the AWS GovCloud account"
88-
ddsaml2aws login -a govcloud-us1-fed-human-engineering
8988
aws-vault exec sso-govcloud-us1-fed-engineering -- aws sts get-caller-identity
9089

9190
echo "Publishing layers to GovCloud AWS regions"
92-
ddsaml2aws login -a govcloud-us1-fed-human-engineering
9391
VERSION=$LAYER_VERSION aws-vault exec sso-govcloud-us1-fed-engineering -- ./scripts/publish_layers.sh
9492
fi
9593

0 commit comments

Comments
 (0)