Skip to content

Commit

Permalink
remove ddsaml2aws login from release script (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
TalUsvyatsky authored May 2, 2024
1 parent bd1e625 commit 95dd5be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/publish_prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,9 @@ if [ "$CONT" != "y" ]; then
echo "Skipping deployment to GovCloud AWS"
else
echo "Ensuring you have access to the AWS GovCloud account"
ddsaml2aws login -a govcloud-us1-fed-human-engineering
aws-vault exec sso-govcloud-us1-fed-engineering -- aws sts get-caller-identity

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

Expand Down

0 comments on commit 95dd5be

Please sign in to comment.