From 2acbf43048199350ec0b6856e2c306190bb01e4e Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Mon, 18 Apr 2016 18:46:56 +0000 Subject: Remove unneeded output in the build log --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1dc49ca336d..f848003af7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ before_script: - touch log/application.log - touch log/test.log - retry bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}" - - RAILS_ENV=test bundle exec rake db:drop db:create db:schema:load db:migrate + - RAILS_ENV=test bundle exec rake db:drop db:create db:schema:load db:migrate --quiet stages: - test -- cgit v1.2.1