Reduce output to the build log
This commit is contained in:
parent
9a28756c07
commit
b36534d50f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue