Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
poul.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sito
poul.org
Commits
6cef6fd6
Verified
Commit
6cef6fd6
authored
Sep 24, 2019
by
Davide Depau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build Jekyll in deploy jobs
parent
5679796b
Pipeline
#64
canceled with stage
in 2 minutes and 43 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
.gitlab-ci.yml
.gitlab-ci.yml
+13
-12
No files found.
.gitlab-ci.yml
View file @
6cef6fd6
image
:
jekyll/builder
stages
:
-
build
-
deploy
variables
:
...
...
@@ -13,29 +12,31 @@ before_script:
-
apk add lftp
-
./scripts/ci_fix_baseurl.sh
build-jekyll
:
stage
:
build
cache
:
key
:
gems
paths
:
-
"
/usr/local/bundle/cache"
script
:
-
bundle install
-
jekyll build -d public
deploy-prod
:
stage
:
deploy
script
:
-
bundle install
-
jekyll build -d public
-
./scripts/ci_deploy_site.sh public
cache
:
key
:
gems
paths
:
-
"
/usr/local/bundle/cache"
only
:
-
master
pages
:
stage
:
deploy
script
:
-
echo "Nothing to do."
-
bundle install
-
jekyll build -d public
-
echo "Nothing to do."
artifacts
:
paths
:
-
public
cache
:
key
:
gems
paths
:
-
"
/usr/local/bundle/cache"
only
:
-
develop
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