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 @@ -45,7 +45,7 @@ if [ -z $VERSION ]; then
4545 echo " No version specified, automatically incrementing version number"
4646
4747 LAST_LAYER_VERSION=$(
48- aws-vault exec serverless-sandbox-account-admin -- \
48+ aws-vault exec sso- serverless-sandbox-account-admin -- \
4949 aws lambda list-layer-versions \
5050 --layer-name $LAYER_NAME \
5151 --region $REGION \
@@ -65,4 +65,4 @@ SCRIPTS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
6565cd $SCRIPTS_DIR /..
6666
6767VERSION=$VERSION ARCHITECTURE=$ARCHITECTURE ./scripts/build_binary_and_layer_dockerized.sh
68- VERSION=$VERSION ARCHITECTURE=$ARCHITECTURE REGIONS=$REGION aws-vault exec serverless-sandbox-account-admin -- ./scripts/publish_layers.sh
68+ VERSION=$VERSION ARCHITECTURE=$ARCHITECTURE REGIONS=$REGION aws-vault exec sso- serverless-sandbox-account-admin -- ./scripts/publish_layers.sh
You can’t perform that action at this time.
0 commit comments