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
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Commits
611ba682
Commit
611ba682
authored
4 years ago
by
Manuel Kieweg
Browse files
Options
Downloads
Patches
Plain Diff
remove documentation stage in CI
parent
f9cfc571
No related branches found
No related tags found
1 merge request
!135
remove documentation stage in CI
Pipeline
#68020
passed
4 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
build/ci/.documentation-ci.yml
+0
-39
0 additions, 39 deletions
build/ci/.documentation-ci.yml
with
0 additions
and
40 deletions
.gitlab-ci.yml
+
0
−
1
View file @
611ba682
...
@@ -17,7 +17,6 @@ default:
...
@@ -17,7 +17,6 @@ default:
include
:
include
:
-
local
:
'
/build/ci/.code-quality-ci.yml'
-
local
:
'
/build/ci/.code-quality-ci.yml'
-
local
:
'
/build/ci/.documentation-ci.yml'
-
local
:
'
/build/ci/.security-and-compliance-ci.yml'
-
local
:
'
/build/ci/.security-and-compliance-ci.yml'
-
local
:
'
/build/ci/.build-container.yml'
-
local
:
'
/build/ci/.build-container.yml'
-
local
:
'
/build/ci/.test.yml'
-
local
:
'
/build/ci/.test.yml'
...
...
This diff is collapsed.
Click to expand it.
build/ci/.documentation-ci.yml
deleted
100644 → 0
+
0
−
39
View file @
f9cfc571
documentation:pdf
:
before_script
:
-
pwd
image
:
name
:
pandoc/latex
entrypoint
:
-
'
'
stage
:
deploy
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH'
changes
:
-
documentation/design/*.md
script
:
-
cd documentation/design
-
pandoc --citeproc --bibliography=bibliography.bib --csl=acm-sig-proceedings.csl
--variable papersize=a4paper -s *.md -o documentation.pdf
artifacts
:
paths
:
-
documentation.pdf
.mdbook_common
:
&rust
image
:
name
:
$CI_REGISTRY/danet/internetworking/mdbook:latest
entrypoint
:
-
'
'
stage
:
deploy
script
:
-
mdbook build documentation --dest-dir public
documentation:website
:
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH'
changes
:
-
documentation/design/*.md
artifacts
:
paths
:
-
public
expire_in
:
1 week
<<
:
*rust
\ No newline at end of file
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