Skip to content
Snippets Groups Projects
Commit 65f30913 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

Apply suggestion to .gitlab/ci/rails.gitlab-ci.yml
parent e2d0c51f
No related merge requests found
......@@ -106,7 +106,7 @@
variables:
SETUP_DB: "false"
script:
- git fetch https://gitlab.com/gitlab-org/gitlab-ce.git v11.5.0
- git fetch https://gitlab.com/gitlab-org/gitlab-ee.git v11.5.0-ee
- git checkout -f FETCH_HEAD
- sed -i "s/gem 'oj', '~> 2.17.4'//" Gemfile
- bundle update google-protobuf grpc
......
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