Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 0737a24

Browse files
committed
Support for asset based installation in new AWS account
1 parent 3b1dc89 commit 0737a24

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

api_server/sandbox/configure-sandbox

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ mode=""
1111
abort_on_fail=1
1212
[ "$1" == "git-hook" ] && mode=git_hook
1313
[ "$1" == "configure" ] && mode=configure
14+
[ "$1" == "install" ] && mode=install
15+
[ "$1" == "reconfigure" ] && mode=reconfigure
1416
[ "$1" == "deploy" ] && mode=deploy
1517
[ "$1" == "configureNoAbort" ] && mode=configure && abort_on_fail=0
1618
[ -z "$mode" ] && echo "Error: bad configure mode" && exit 1

broadcaster/sandbox/configure-sandbox

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ mode=""
1111
abort_on_fail=1
1212
[ "$1" == "git-hook" ] && mode=git_hook
1313
[ "$1" == "configure" ] && mode=configure
14+
[ "$1" == "install" ] && mode=install
15+
[ "$1" == "reconfigure" ] && mode=reconfigure
1416
[ "$1" == "deploy" ] && mode=deploy
1517
[ "$1" == "configureNoAbort" ] && mode=configure && abort_on_fail=0
1618
[ -z "$mode" ] && echo "Error: bad configure mode" && exit 1

inbound_email/sandbox/configure-sandbox

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ mode=""
1010
abort_on_fail=1
1111
[ "$1" == "git-hook" ] && mode=git_hook
1212
[ "$1" == "configure" ] && mode=configure
13+
[ "$1" == "install" ] && mode=install
14+
[ "$1" == "reconfigure" ] && mode=reconfigure
1315
[ "$1" == "deploy" ] && mode=deploy
1416
[ "$1" == "configureNoAbort" ] && mode=configure && abort_on_fail=0
1517
[ -z "$mode" ] && echo "Error: bad configure mode" && exit 1

outbound_email/sandbox/configure-sandbox

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ mode=""
1212
abort_on_fail=1
1313
[ "$1" == "git-hook" ] && mode=git_hook
1414
[ "$1" == "configure" ] && mode=configure
15+
[ "$1" == "install" ] && mode=install
16+
[ "$1" == "reconfigure" ] && mode=reconfigure
1517
[ "$1" == "deploy" ] && mode=deploy
1618
[ "$1" == "configureNoAbort" ] && mode=configure && abort_on_fail=0
1719
# custom args

0 commit comments

Comments
 (0)