summaryrefslogtreecommitdiff
path: root/bootstrap-demo
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-26 03:57:57 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-26 03:57:57 +0200
commit20a816b6aa03312a420fb10981a4f4de928db4e2 (patch)
tree228ec01ccb9d4a8acb94d8657d871acb08b59d84 /bootstrap-demo
parenta4ab1e4ca7550d6c6558918d259a54a77cb1aca0 (diff)
downloaddeployment-20a816b6aa03312a420fb10981a4f4de928db4e2.tar.gz
deployment-20a816b6aa03312a420fb10981a4f4de928db4e2.tar.bz2
deployment-20a816b6aa03312a420fb10981a4f4de928db4e2.zip
demo
Diffstat (limited to 'bootstrap-demo')
-rwxr-xr-xbootstrap-demo5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap-demo b/bootstrap-demo
index f43835d..556c59f 100755
--- a/bootstrap-demo
+++ b/bootstrap-demo
@@ -19,6 +19,11 @@ fi
for component in bank merchant gnurl landing exchange merchant-frontends deployment; do
if ! test -d $base/$component; then
git clone /var/git/$component.git
+ fi
+done
+
+for component in bank merchant gnurl landing exchange merchant-frontends; do
+ if ! test -d $base/$component; then
git checkout stable
fi
done