Skip to content
Snippets Groups Projects
Commit 02cc6f62 authored by Vladimir Shushlin's avatar Vladimir Shushlin
Browse files

Fix migration-path ci job

v9.3.0 were using gemnasium-gitlab-service which was yanked on
rubygems
parent 6d226191
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -105,7 +105,7 @@
variables:
SETUP_DB: "false"
script:
- git fetch https://gitlab.com/gitlab-org/gitlab-ce.git v9.3.0
- git fetch https://gitlab.com/gitlab-org/gitlab-ce.git v11.5.0
- git checkout -f FETCH_HEAD
- sed -i "s/gem 'oj', '~> 2.17.4'//" Gemfile
- bundle update google-protobuf grpc
Loading
Loading
@@ -113,6 +113,7 @@
- date
- cp config/gitlab.yml.example config/gitlab.yml
- bundle exec rake db:drop db:create db:schema:load db:seed_fu
- bundle exec rake add_limits_mysql
- date
- git checkout -f $CI_COMMIT_SHA
- bundle install $BUNDLE_INSTALL_FLAGS
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