Skip to content

Commit 302452b

Browse files
authored
Fix publish_sandbox script (#203)
1 parent 38ee19d commit 302452b

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
@@ -9,6 +9,6 @@ if [ -z "$VERSION" ]; then
99
exit 1
1010
fi
1111

12-
# ./scripts/build_layers.sh
13-
# ./scripts/sign_layers.sh sandbox
12+
./scripts/build_layers.sh
13+
./scripts/sign_layers.sh sandbox
1414
VERSION=$VERSION REGIONS=sa-east-1 ./scripts/publish_layers.sh

0 commit comments

Comments
 (0)