Skip to content
Snippets Groups Projects
Commit a6ce95ef authored by Jutta Schnabel's avatar Jutta Schnabel
Browse files

becoming creative with pipeline

parent d58ac600
No related branches found
No related tags found
No related merge requests found
Pipeline #14433 failed
# add 'node_modules' to cache for speeding up builds
image: node:10
cache:
paths:
- node_modules/ # Node modules and dependencies
default:
image: node:10
before_script:
- npm install gitbook-cli -g # install gitbook
- npm install pip
- gitbook fetch 3.2.3 # fetch final stable version
- gitbook install # add any requested plugins in book.json
test:
image: node:10
stage: test
script:
- gitbook build . public # build to public path
......@@ -23,7 +24,6 @@ test:
build:
stage: build
image: docker.km3net.de/base/texlive:2018
script:
- pip install pyyaml
- python make_documents.py
......@@ -37,7 +37,6 @@ build:
# the 'pages' job will deploy and build your site to the 'public' path
pages:
image: node:10
stage: deploy
script:
- gitbook build . public # build to public path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment