File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
set -e
5
5
6
6
./scripts/build_layers.sh
7
- aws-vault exec sandbox-account-admin -- ./scripts/sign_layers.sh sandbox
8
- aws-vault exec sandbox-account-admin -- ./scripts/publish_layers.sh
7
+ aws-vault exec serverless- sandbox-account-admin -- ./scripts/sign_layers.sh sandbox
8
+ aws-vault exec serverless- sandbox-account-admin -- ./scripts/publish_layers.sh
9
9
10
10
# Automatically create PR against github.com/DataDog/documentation
11
11
# If you'd like to test, please uncomment the below line
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
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if [[ ! "${VALID_ACCOUNTS[@]}" =~ $1 ]]; then
29
29
fi
30
30
if [ " $1 " = " sandbox" ]; then
31
31
REGION=" sa-east-1"
32
- S3_BUCKET_NAME=" dd-lambda-signing-bucket-sandbox"
32
+ S3_BUCKET_NAME=" dd-lambda-signing-bucket-serverless- sandbox"
33
33
fi
34
34
if [ " $1 " = " prod" ]; then
35
35
REGION=" us-east-1"
You can’t perform that action at this time.
0 commit comments