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
Shuttleworth foundation
shuttleworth-foundation-shades-of-green
Commits
157ad249
Commit
157ad249
authored
Jul 06, 2021
by
Cloud68.co Team
Browse files
Add ci
parent
32cc7ab3
Pipeline
#29
failed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
157ad249
image
:
ruby:latest
variables
:
JEKYLL_ENV
:
production
LC_ALL
:
C.UTF-8
before_script
:
-
gem install bundler
-
bundle install
test
:
stage
:
test
script
:
-
bundle exec jekyll build -d test
artifacts
:
paths
:
-
test
except
:
-
master
pages
:
stage
:
deploy
script
:
-
bundle exec jekyll build -d public
artifacts
:
paths
:
-
public
only
:
-
master
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