1
0
Форкнуть 0
This commit is contained in:
Wade Wegner 2018-02-13 06:13:22 -08:00
Родитель 71cb13a45e
Коммит b06c99104e
1 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -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