Skip to content

Commit cd02b46

Browse files
authored
Merge pull request #5944 from tnir/gitlab-ci-template
Update GitLab CI template with new one
2 parents 7c1d788 + b79e78e commit cd02b46

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

bundler/lib/bundler/templates/newgem/gitlab-ci.yml.tt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
image: ruby:<%= RUBY_VERSION %>
1+
default:
2+
image: ruby:<%= RUBY_VERSION %>
23

3-
before_script:
4-
- gem install bundler -v <%= Bundler::VERSION %>
5-
- bundle install
4+
before_script:
5+
- gem install bundler -v <%= Bundler::VERSION %>
6+
- bundle install
67

78
example_job:
89
script:

0 commit comments

Comments
 (0)