Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
nikola
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GitLab Pages examples
nikola
Commits
97d993ff
Commit
97d993ff
authored
May 13, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use a specific nikola Docker image to reduce build time
parent
0c9dc6c6
Pipeline
#3043999
canceled with stage
in 7 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
12 deletions
+16
-12
.gitlab-ci.yml
.gitlab-ci.yml
+16
-12
No files found.
.gitlab-ci.yml
View file @
97d993ff
image
:
python:3.5
pages
:
stage
:
build
script
:
-
apt-get update && apt-get install locales-all
-
pip install "nikola[extras]"
-
nikola build
artifacts
:
paths
:
-
public
image
:
mgarrido/nikola
test
:
script
:
-
nikola build
except
:
-
master
pages
:
script
:
-
nikola build
artifacts
:
paths
:
-
public
only
:
-
master
\ No newline at end of file
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