Commit 397e5fbf authored by Takuya Noguchi's avatar Takuya Noguchi

Update Ruby version in official CI templates

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent c40faffd
---
title: Update Ruby version in official CI templates
merge_request: 23585
author: Takuya Noguchi
type: other
# Template project: https://gitlab.com/pages/jekyll
# Docs: https://docs.gitlab.com/ce/pages/
image: ruby:2.3
image: ruby:2.6
variables:
JEKYLL_ENV: production
LC_ALL: C.UTF-8
before_script:
- gem install bundler
- bundle install
test:
......
# Full project: https://gitlab.com/pages/middleman
image: ruby:2.3
image: ruby:2.6
cache:
paths:
......
# Full project: https://gitlab.com/pages/nanoc
image: ruby:2.3
image: ruby:2.6
pages:
script:
......
# Full project: https://gitlab.com/pages/octopress
image: ruby:2.3
image: ruby:2.6
pages:
script:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment