diff options
author | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-09-28 09:16:09 +0200 |
---|---|---|
committer | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-09-28 09:16:09 +0200 |
commit | b36534d50f19c23e27b763da478243ada7df5b33 (patch) | |
tree | fa9899d5ab93daaa8f11c99969f668523bb27f0c /scripts | |
parent | 9a28756c07f0f73bd134385bf11b44527ee81631 (diff) | |
download | gitlab-ce-b36534d50f19c23e27b763da478243ada7df5b33.tar.gz |
Reduce output to the build logzj-bundle-quiet-mode
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/prepare_build.sh | 2 |
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 |