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
f0e96bc5
Commit
f0e96bc5
authored
Apr 16, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
983bf138
ba684aec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
changelogs/unreleased/58748-update-nodejs-to-10-15-3.yml
changelogs/unreleased/58748-update-nodejs-to-10-15-3.yml
+5
-0
lib/gitlab/ci/templates/Pages/Hexo.gitlab-ci.yml
lib/gitlab/ci/templates/Pages/Hexo.gitlab-ci.yml
+4
-3
No files found.
changelogs/unreleased/58748-update-nodejs-to-10-15-3.yml
0 → 100644
View file @
f0e96bc5
---
title
:
Update node.js to 10.15.3 in CI template for Hexo
merge_request
:
25943
author
:
Takuya Noguchi
type
:
other
lib/gitlab/ci/templates/Pages/Hexo.gitlab-ci.yml
View file @
f0e96bc5
# Full project: https://gitlab.com/pages/hexo
image
:
node:
6.10.0
image
:
node:
10.15.3
pages
:
script
:
-
npm install
-
./node_modules/hexo/bin/hexo generate
-
npm install hexo-cli -g
-
test -e package.json && npm install
-
hexo generate
artifacts
:
paths
:
-
public
...
...
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