diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-03-14 21:40:58 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-03-14 21:40:58 +0800 |
commit | 83e36064998f77f40c534bad531b6cea19ec198b (patch) | |
tree | 3d2641b4b2d1b7e6446c4a90e7b14a2f4a08c836 /.gitlab-ci.yml | |
parent | af8cc2e064bb97a8a1801521735d5403b189bfb5 (diff) | |
download | gitlab-ce-83e36064998f77f40c534bad531b6cea19ec198b.tar.gz |
Split to two commands, feedback:test-db-rollback
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9908#note_25331127
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1ca61604d5..406a0f3dcad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -227,7 +227,8 @@ rake db:rollback: <<: *use-db <<: *dedicated-runner script: - - bundle exec rake db:rollback db:migrate STEP=120 + - bundle exec rake db:rollback STEP=120 + - bundle exec rake db:migrate rake db:seed_fu: stage: test |