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 @@ -85,11 +85,11 @@ if [ "$CONT" != "y" ]; then
85
85
else
86
86
echo " Ensuring you have access to the AWS GovCloud account"
87
87
ddsaml2aws login -a govcloud-us1-fed-human-engineering
88
- AWS_PROFILE= govcloud-us1-fed-human- engineering aws sts get-caller-identity
88
+ aws-vault exec sso- govcloud-us1-fed-engineering -- aws sts get-caller-identity
89
89
90
90
echo " Publishing layers to GovCloud AWS regions"
91
91
ddsaml2aws login -a govcloud-us1-fed-human-engineering
92
- VERSION=$LAYER_VERSION AWS_PROFILE= govcloud-us1-fed-human- engineering ./scripts/publish_layers.sh
92
+ VERSION=$LAYER_VERSION aws-vault exec sso- govcloud-us1-fed-engineering -- ./scripts/publish_layers.sh
93
93
fi
94
94
95
95
echo " Answer 'n' if GitLab already did this"
You can’t perform that action at this time.
0 commit comments