Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
397e5fbf
Commit
397e5fbf
authored
Jan 23, 2020
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Ruby version in official CI templates
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
c40faffd
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
4 deletions
+10
-4
changelogs/unreleased/update-ruby-version-on-official-ci-templates.yml
...released/update-ruby-version-on-official-ci-templates.yml
+5
-0
lib/gitlab/ci/templates/Pages/Jekyll.gitlab-ci.yml
lib/gitlab/ci/templates/Pages/Jekyll.gitlab-ci.yml
+2
-1
lib/gitlab/ci/templates/Pages/Middleman.gitlab-ci.yml
lib/gitlab/ci/templates/Pages/Middleman.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Pages/Nanoc.gitlab-ci.yml
lib/gitlab/ci/templates/Pages/Nanoc.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Pages/Octopress.gitlab-ci.yml
lib/gitlab/ci/templates/Pages/Octopress.gitlab-ci.yml
+1
-1
No files found.
changelogs/unreleased/update-ruby-version-on-official-ci-templates.yml
0 → 100644
View file @
397e5fbf
---
title
:
Update Ruby version in official CI templates
merge_request
:
23585
author
:
Takuya Noguchi
type
:
other
lib/gitlab/ci/templates/Pages/Jekyll.gitlab-ci.yml
View file @
397e5fbf
# 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
:
...
...
lib/gitlab/ci/templates/Pages/Middleman.gitlab-ci.yml
View file @
397e5fbf
# Full project: https://gitlab.com/pages/middleman
image
:
ruby:2.
3
image
:
ruby:2.
6
cache
:
paths
:
...
...
lib/gitlab/ci/templates/Pages/Nanoc.gitlab-ci.yml
View file @
397e5fbf
# Full project: https://gitlab.com/pages/nanoc
image
:
ruby:2.
3
image
:
ruby:2.
6
pages
:
script
:
...
...
lib/gitlab/ci/templates/Pages/Octopress.gitlab-ci.yml
View file @
397e5fbf
# Full project: https://gitlab.com/pages/octopress
image
:
ruby:2.
3
image
:
ruby:2.
6
pages
:
script
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment