summaryrefslogtreecommitdiff
path: root/bootstrap-bluegreen
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-05-19 18:54:52 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-05-19 18:54:52 +0200
commit2891d173137af1c6df55c18820e6f893fe74501b (patch)
tree0897d224d00cbc2a538cb98c6edf7e09fc696160 /bootstrap-bluegreen
parent113b586c34f256504fa9ffa829b779f912e210db (diff)
downloaddeployment-2891d173137af1c6df55c18820e6f893fe74501b.tar.gz
deployment-2891d173137af1c6df55c18820e6f893fe74501b.tar.bz2
deployment-2891d173137af1c6df55c18820e6f893fe74501b.zip
be less verbose
Diffstat (limited to 'bootstrap-bluegreen')
-rwxr-xr-xbootstrap-bluegreen2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index 415d733..3e70f3e 100755
--- a/bootstrap-bluegreen
+++ b/bootstrap-bluegreen
@@ -54,7 +54,7 @@ for component in bank merchant gnurl landing exchange merchant-frontends deploym
done
for component in bank merchant landing exchange merchant-frontends; do
- git -C $HOME/$component checkout $BRANCH
+ git -C $HOME/$component checkout $BRANCH >/dev/null
done
cat >$HOME/activate <<EOL