Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
danet
goSDN
Commits
3956fac3
Commit
3956fac3
authored
Apr 13, 2021
by
Manuel Kieweg
🤷
Browse files
Merge branch 'fix-ci' into 'master'
remove documentation stage in CI See merge request cocsn/gosdn!135
parents
f9cfc571
611ba682
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3956fac3
...
@@ -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'
...
...
build/ci/.documentation-ci.yml
deleted
100644 → 0
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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