summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2016-04-18 18:46:56 +0000
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2016-04-18 18:46:56 +0000
commit2acbf43048199350ec0b6856e2c306190bb01e4e (patch)
tree4fa3f8732016543bc82d87402570d2f2d3d38750
parentbd65a2f6b2e8c5a41be4bdbc8f802f1b5815b253 (diff)
downloadgitlab-ce-shut-up-rake-migrations.tar.gz
Remove unneeded output in the build logshut-up-rake-migrations
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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