Skip to content

Commit c32bdec

Browse files
committed
Add publish_staging script
1 parent 666658d commit c32bdec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/publish_staging.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
set -e
3+
4+
./scripts/build_layers.sh
5+
./scripts/publish_layers.sh us-east-1

0 commit comments

Comments
 (0)