Skip to content

Commit ff186bd

Browse files
authored
remove ddsaml2aws login from release script (#540)
1 parent 7cd029f commit ff186bd

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
@@ -76,11 +76,9 @@ if [ "$CONT" != "y" ]; then
7676
echo "Skipping deployment to GovCloud AWS"
7777
else
7878
echo "Ensuring you have access to the AWS GovCloud account"
79-
ddsaml2aws login -a govcloud-us1-fed-human-engineering
8079
aws-vault exec sso-govcloud-us1-fed-engineering -- aws sts get-caller-identity
8180

8281
echo "Publishing layers to GovCloud AWS regions"
83-
ddsaml2aws login -a govcloud-us1-fed-human-engineering
8482
VERSION=$LAYER_VERSION aws-vault exec sso-govcloud-us1-fed-engineering -- ./scripts/publish_layers.sh
8583
fi
8684

0 commit comments

Comments
 (0)