Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
02cc6f62
Commit
02cc6f62
authored
Aug 05, 2019
by
Vladimir Shushlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix migration-path ci job
v9.3.0 were using gemnasium-gitlab-service which was yanked on rubygems
parent
6d226191
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+2
-1
No files found.
.gitlab/ci/rails.gitlab-ci.yml
View file @
02cc6f62
...
...
@@ -105,7 +105,7 @@
variables
:
SETUP_DB
:
"
false"
script
:
-
git fetch https://gitlab.com/gitlab-org/gitlab-ce.git v
9.3
.0
-
git fetch https://gitlab.com/gitlab-org/gitlab-ce.git v
11.5
.0
-
git checkout -f FETCH_HEAD
-
sed -i "s/gem 'oj', '~> 2.17.4'//" Gemfile
-
bundle update google-protobuf grpc
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment