Skip to content
Snippets Groups Projects
Commit 2acbf430 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Remove unneeded output in the build log

parent bd65a2f6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment