Updates to post-setup.sh
This commit is contained in:
Родитель
71cb13a45e
Коммит
b06c99104e
|
@ -1,6 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
TARGET_ORG_ALIAS=${1:-}
|
||||
STAGE=${2:-}
|
||||
|
||||
### Not required
|
||||
### This script will execute after the org has been setup
|
||||
|
||||
echo "hello from post-setup.sh"
|
||||
echo "hello from post-setup.sh"
|
||||
|
||||
if [ "$STAGE" == "" ]; then
|
||||
|
||||
echo "only run from review app or ci"
|
||||
|
||||
fi
|
Загрузка…
Ссылка в новой задаче