diff options
author | Vladimir Shushlin <v.shushlin@gmail.com> | 2019-08-05 16:06:48 +0300 |
---|---|---|
committer | Vladimir Shushlin <v.shushlin@gmail.com> | 2019-08-06 16:14:24 +0300 |
commit | d49821be861b96cdd741ba2f320ec78d079403b3 (patch) | |
tree | 20291483a23249dbce568a4f4a933592ae5b1d92 | |
parent | 6d2261914e04ed5b858d2a24d2ea98ef788f05b4 (diff) | |
download | gitlab-ce-11-11-stable-fix-migration-paths.tar.gz |
Fix migration-path ci job11-11-stable-fix-migration-paths
v9.3.0 were using gemnasium-gitlab-service which was yanked on
rubygems
-rw-r--r-- | .gitlab/ci/rails.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/rails.gitlab-ci.yml b/.gitlab/ci/rails.gitlab-ci.yml index 35c5f67427e..80f2cb1b85e 100644 --- a/.gitlab/ci/rails.gitlab-ci.yml +++ b/.gitlab/ci/rails.gitlab-ci.yml @@ -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.8.0 - git checkout -f FETCH_HEAD - sed -i "s/gem 'oj', '~> 2.17.4'//" Gemfile - bundle update google-protobuf grpc |