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
Freifunk Freiburg
Homepage
Commits
aeca885f
Commit
aeca885f
authored
Feb 28, 2017
by
Administrator
Browse files
Add .gitlab-ci.yml
parent
d841866f
Pipeline
#1
passed with stage
in 1 minute and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
aeca885f
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/jekyll
image
:
ruby:2.3
test
:
stage
:
test
script
:
-
gem install jekyll
-
jekyll build -d test
artifacts
:
paths
:
-
test
except
:
-
master
pages
:
stage
:
deploy
script
:
-
gem install jekyll
-
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