Skip to content

Commit 287dc00

Browse files
authored
Use sso for sandbox publishing script (#160)
1 parent 0a5a998 commit 287dc00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/publish_sandbox.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 )"
6565
cd $SCRIPTS_DIR/..
6666

6767
VERSION=$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

0 commit comments

Comments
 (0)