Merge branch 'zj-bundle-quiet-mode' into 'master'

Reduce output to the build log

Remove a log of useless info from the build log by adding `--quiet` flag. [Bundler docs](https://bundler.io/v1.2/bundle_install.html)

See merge request !6560
This commit is contained in:
Robert Speicher 2016-09-28 09:55:43 +00:00
commit a813c9f93a
1 changed files with 1 additions and 1 deletions

View File

@ -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