diff options
Diffstat (limited to 'bootstrap-bluegreen')
-rwxr-xr-x | bootstrap-bluegreen | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen index 9c64b19..df173ad 100755 --- a/bootstrap-bluegreen +++ b/bootstrap-bluegreen @@ -60,6 +60,12 @@ for component in bank merchant gnurl landing exchange donations blog backoffice fi done +if [[ "$ENVNAME" = test ]]; then + if ! test -d $HOME/$component; then + git clone /var/git/playground.git + fi +fi + for component in bank merchant landing exchange donations blog survey backoffice ; do echo "Checking out $component to $BRANCH" git -C $HOME/$component checkout $BRANCH |