Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
swc-bb
swc-pages
2019-11-26-Potsdam-Berlin-Python
Commits
479ec495
Commit
479ec495
authored
Oct 24, 2019
by
Maximilian Dolling
Browse files
Update .gitlab-ci.yml
parent
8ca475e4
Pipeline
#5143
passed with stages
in 1 minute and 21 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
479ec495
image
:
ruby:2.3
variables
:
JEKYLL_ENV
:
production
before_script
:
-
bundle install
test
:
stage
:
test
script
:
-
bundle exec jekyll build -d test
artifacts
:
paths
:
-
test
except
:
-
master
pages
:
stage
:
deploy
script
:
...
...
@@ -26,3 +13,10 @@ pages:
only
:
-
gh-pages
test
:
stage
:
test
script
:
-
bundle exec jekyll build -d test
artifacts
:
paths
:
-
test
\ No newline at end of file
Write
Preview
Supports
Markdown
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