File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ echo "Checking that you have access to the commercial AWS account"
6767aws-vault exec prod-engineering -- aws sts get-caller-identity
6868
6969echo " Checking that you have access to the GovCloud AWS account"
70- saml2aws login -a govcloud-us1-fed-human-engineering
70+ ddsaml2aws login -a govcloud-us1-fed-human-engineering
7171AWS_PROFILE=govcloud-us1-fed-human-engineering aws sts get-caller-identity
7272
7373VERSION=$VERSION AGENT_VERSION=$AGENT_VERSION ./scripts/build_binary_and_layer_dockerized.sh
@@ -79,7 +79,7 @@ echo "Publishing layers to commercial AWS regions"
7979aws-vault exec prod-engineering --no-session -- ./scripts/publish_layers.sh
8080
8181echo " Publishing layers to GovCloud AWS regions"
82- saml2aws login -a govcloud-us1-fed-human-engineering
82+ ddsaml2aws login -a govcloud-us1-fed-human-engineering
8383AWS_PROFILE=govcloud-us1-fed-human-engineering ./scripts/publish_layers.sh
8484
8585./scripts/build_and_push_docker_image.sh
You can’t perform that action at this time.
0 commit comments