summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-26 04:01:15 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-26 04:01:15 +0200
commit892ed8ecba9b637fff18296d2fc29238f36841ab (patch)
tree0dc5b5058246e7fc0955bfece5e1368f82f69574
parent1e623b2d734c2b8f5b2063ca32a0ee49dbaa87e7 (diff)
downloaddeployment-892ed8ecba9b637fff18296d2fc29238f36841ab.tar.gz
deployment-892ed8ecba9b637fff18296d2fc29238f36841ab.tar.bz2
deployment-892ed8ecba9b637fff18296d2fc29238f36841ab.zip
demo
-rwxr-xr-xbootstrap-demo5
1 files changed, 1 insertions, 4 deletions
diff --git a/bootstrap-demo b/bootstrap-demo
index e30dd08..64dc306 100755
--- a/bootstrap-demo
+++ b/bootstrap-demo
@@ -23,10 +23,7 @@ for component in bank merchant gnurl landing exchange merchant-frontends deploym
done
for component in bank merchant gnurl landing exchange merchant-frontends; do
- if ! test -d $base/$component; then
- cd $base/$component
- git checkout stable
- fi
+ git -C $base/component checkout stable
done
cat >$base/activate <<EOL