summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-05-12 15:23:08 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2016-05-12 16:20:58 +0200
commit52cf8bc61058d96dd0be68ad63f6c4cf6102cff2 (patch)
tree2e4896280ba45b672a472374015cb3919cb5d65c
parent624dc104a81293f4c3dae7746404868dff74d42f (diff)
downloadgitlab-ce-remove-duplicate-ci-schema.tar.gz
Removed extra DB rake tasks from the CI stepsremove-duplicate-ci-schema
Each "spec:XXX" task already takes care of setting up the DB so this extra command isn't needed.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 85730e1b687..c45e96b2275 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
stages:
- test