зеркало из https://github.com/github/ruby.git
[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:
Родитель
6b0b326ef2
Коммит
830b2e217b
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче