File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- # Usage: VERSION=5 aws-vault exec sandbox-account-admin -- publish_sandbox.sh
3
+ # Usage: VERSION=5 aws-vault exec serverless- sandbox-account-admin -- publish_sandbox.sh
4
4
set -e
5
5
6
6
if [ -z " $VERSION " ]; then
Original file line number Diff line number Diff line change 2
2
3
3
# Usage - run commands from repo root:
4
4
# To check if new changes to the layer cause changes to any snapshots:
5
- # BUILD_LAYERS=true DD_API_KEY=XXXX aws-vault exec sandbox-account-admin -- ./scripts/run_integration_tests
5
+ # BUILD_LAYERS=true DD_API_KEY=XXXX aws-vault exec serverless- sandbox-account-admin -- ./scripts/run_integration_tests
6
6
# To regenerate snapshots:
7
- # UPDATE_SNAPSHOTS=true DD_API_KEY=XXXX aws-vault exec sandbox-account-admin -- ./scripts/run_integration_tests
7
+ # UPDATE_SNAPSHOTS=true DD_API_KEY=XXXX aws-vault exec serverless- sandbox-account-admin -- ./scripts/run_integration_tests
8
8
9
9
set -e
10
10
You can’t perform that action at this time.
0 commit comments