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>
b79e78e733
This commit is contained in:
parent
6b0b326ef2
commit
830b2e217b
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
||||||
image: ruby:<%= RUBY_VERSION %>
|
default:
|
||||||
|
image: ruby:<%= RUBY_VERSION %>
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- gem install bundler -v <%= Bundler::VERSION %>
|
- gem install bundler -v <%= Bundler::VERSION %>
|
||||||
- bundle install
|
- bundle install
|
||||||
|
|
||||||
example_job:
|
example_job:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue