Skip to content
GitLab
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
e757f18f
Commit
e757f18f
authored
Oct 24, 2019
by
Maximilian Dolling
Browse files
Update .gitlab-ci.yml
parent
0f24d6df
Pipeline
#5141
failed with stages
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e757f18f
image
:
ruby:2.3
cache
:
paths
:
-
vendor/
variables
:
JEKYLL_ENV
:
production
before_script
:
-
bundle install
--path vendor
-
bundle install
test
:
stage
:
test
script
:
-
bundle exec jekyll build -d test
artifacts
:
paths
:
-
test
except
:
-
master
pages
:
stage
:
deploy
script
:
...
...
@@ -15,14 +24,5 @@ pages:
paths
:
-
public
only
:
-
master
-
gh-pages
test
:
stage
:
test
script
:
-
bundle exec jekyll build -d test
artifacts
:
paths
:
-
test
except
:
-
master
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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