Commit e583524d authored by Robert Speicher's avatar Robert Speicher

Merge branch 'sh-improve-rollback-test' into 'master'

Rollback to a set version instead of an arbitrary number of steps

Closes #40302

See merge request gitlab-org/gitlab-ce!17947
parents 7fc09da4 e06f678c
......@@ -544,7 +544,7 @@ migration:path-mysql:
.db-rollback: &db-rollback
<<: *dedicated-no-docs-pull-cache-job
script:
- bundle exec rake db:rollback STEP=119
- bundle exec rake db:migrate VERSION=20170523121229
- bundle exec rake db:migrate
db:rollback-pg:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment