1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Update GitLab CI template with new one

GitLab CI now needs the default keyword on specification of image
and before_script.

https://docs.gitlab.com/ee/ci/yaml/#default

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>

https://github.com/rubygems/rubygems/commit/b79e78e733
This commit is contained in:
Takuya Noguchi 2022-09-20 07:22:44 +00:00 committed by git
parent 6b0b326ef2
commit 830b2e217b

View file

@ -1,8 +1,9 @@
image: ruby:<%= RUBY_VERSION %>
default:
image: ruby:<%= RUBY_VERSION %>
before_script:
- gem install bundler -v <%= Bundler::VERSION %>
- bundle install
before_script:
- gem install bundler -v <%= Bundler::VERSION %>
- bundle install
example_job:
script: