Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Open Science Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Data
Open Science Portal
Commits
a6ce95ef
Commit
a6ce95ef
authored
4 years ago
by
Jutta Schnabel
Browse files
Options
Downloads
Patches
Plain Diff
becoming creative with pipeline
parent
d58ac600
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#14433
failed
4 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-4
3 additions, 4 deletions
.gitlab-ci.yml
with
3 additions
and
4 deletions
.gitlab-ci.yml
+
3
−
4
View file @
a6ce95ef
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment