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