summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <zegerjan@gitlab.com>2016-09-28 09:16:09 +0200
committerZ.J. van de Weg <zegerjan@gitlab.com>2016-09-28 09:16:09 +0200
commitb36534d50f19c23e27b763da478243ada7df5b33 (patch)
treefa9899d5ab93daaa8f11c99969f668523bb27f0c
parent9a28756c07f0f73bd134385bf11b44527ee81631 (diff)
downloadgitlab-ce-zj-bundle-quiet-mode.tar.gz
Reduce output to the build logzj-bundle-quiet-mode
-rwxr-xr-xscripts/prepare_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh
index 76b2178c79c..6e987e7d9c9 100755
--- a/scripts/prepare_build.sh
+++ b/scripts/prepare_build.sh
@@ -39,7 +39,7 @@ if [ -f /.dockerenv ] || [ -f ./dockerinit ]; then
cp config/resque.yml.example config/resque.yml
sed -i 's/localhost/redis/g' config/resque.yml
- export FLAGS=(--path vendor --retry 3)
+ export FLAGS=(--path vendor --retry 3 --quiet)
else
export PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin
cp config/database.yml.mysql config/database.yml