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
555d499d
Verified
Commit
555d499d
authored
Sep 24, 2019
by
Davide Depau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CI config
parent
7797d02d
Pipeline
#60
failed with stages
in 35 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
.gitlab-ci.yml
.gitlab-ci.yml
+10
-9
No files found.
.gitlab-ci.yml
View file @
555d499d
image
:
jekyll/builder
stages
:
-
build
-
deploy
variables
:
JEKYLL_ENV
:
production
LC_ALL
:
C.UTF-8
GIT_SUBMODULE_STRATEGY
:
recursive
stages
:
-
build
-
deploy
before_script
:
-
apt install rsync
-
./scripts/ci_fix_baseurl.sh
-
apt install lftp
-
./scripts/ci_fix_baseurl.sh
build
:
build
-jekyll
:
stage
:
build
cache
:
key
:
gems
...
...
@@ -23,7 +23,7 @@ build:
-
bundle install
-
jekyll build -d public
production
:
deploy-prod
:
stage
:
deploy
script
:
-
./scripts/ci_deploy_site.sh public
...
...
@@ -32,9 +32,10 @@ production:
pages
:
stage
:
deploy
script
:
-
echo "Nothing to do."
artifacts
:
paths
:
-
public
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