Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-shell
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
nexedi
gitlab-shell
Commits
bd564ce7
Commit
bd564ce7
authored
Jan 04, 2019
by
Bob Van Landuyt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Specify bundler 1.17 for ruby 2.1 and 2.2
parent
a5dda1a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
.gitlab-ci.yml
.gitlab-ci.yml
+8
-1
No files found.
.gitlab-ci.yml
View file @
bd564ce7
image
:
"
ruby:2.3"
variables
:
INSTALL_BUNDLER_VERSION
:
"
~>
2.0.1"
before_script
:
-
export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin
-
gem install --bindir /usr/local/bin bundler
-
gem install --bindir /usr/local/bin bundler
-v "$INSTALL_BUNDLER_VERSION"
-
cp config.yml.example config.yml
-
bundle install
...
...
@@ -33,6 +36,8 @@ rubocop:
#ruby 2.2
rspec:ruby2.2:
image
:
ruby:2.2
variables
:
INSTALL_BUNDLER_VERSION
:
~> 1.17.3
<<
:
*rspec_definition
tags
:
-
ruby
...
...
@@ -42,6 +47,8 @@ rspec:ruby2.2:
#ruby 2.1
rspec:ruby2.1:
image
:
ruby:2.1
variables
:
INSTALL_BUNDLER_VERSION
:
~> 1.17.3
<<
:
*rspec_definition
tags
:
-
ruby
...
...
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