Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Automate
Agent sessions
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Commits
25a731be
Commit
25a731be
authored
Nov 30, 2020
by
Manuel Max Kieweg
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
7e402785
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!125
Prepare merge develop
,
!84
Draft: Resolve "Overhaul Architecture"
,
!83
Minutes 03.12 and new CI
Pipeline
#55614
passed
Nov 30, 2020
Stage: test
Stage: build
Stage: deploy
Stage: documentation
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-10
7 additions, 10 deletions
.gitlab-ci.yml
with
7 additions
and
10 deletions
.gitlab-ci.yml
+
7
−
10
View file @
25a731be
...
...
@@ -62,23 +62,20 @@ documentation:pdf:
-
documentation/design/documentation.pdf
.mdbook_common
:
&rust
before_script
:
-
cargo install mdbook
image
:
name
:
rust:latest
name
:
$CI_REGISTRY/danet/internetworking/mdbook:latest
entrypoint
:
-
'
'
stage
:
documentation
script
:
-
mdbook build documentation --dest-dir public
cache
:
paths
:
-
/root/.cargo/
documentation:static
:
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH'
artifacts
:
paths
:
-
documentation/
public
-
public
expire_in
:
1 week
<<
:
*rust
...
...
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
sign in
to comment