Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Website
poul.org
Commits
555d499d
Verified
Commit
555d499d
authored
Sep 24, 2019
by
Davide Depau
Browse files
Fix CI config
parent
7797d02d
Pipeline
#60
failed with stages
in 35 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.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