We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c1d788 + b79e78e commit cd02b46Copy full SHA for cd02b46
bundler/lib/bundler/templates/newgem/gitlab-ci.yml.tt
@@ -1,8 +1,9 @@
1
-image: ruby:<%= RUBY_VERSION %>
+default:
2
+ image: ruby:<%= RUBY_VERSION %>
3
-before_script:
4
- - gem install bundler -v <%= Bundler::VERSION %>
5
- - bundle install
+ before_script:
+ - gem install bundler -v <%= Bundler::VERSION %>
6
+ - bundle install
7
8
example_job:
9
script:
0 commit comments