Commit 29160009 authored by Alessio Caiazza's avatar Alessio Caiazza

Merge branch 'update-ruby-version-on-official-ci-templates' into 'master'

Update Ruby version in official CI templates

See merge request gitlab-org/gitlab!23585
parents 8b58db35 397e5fbf
---
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