refactor(doc-tool): remove redundant variables in template
these values are already set as default inside the python code
This commit is contained in:
parent
f0217d8f96
commit
126c11ccd9
@ -1,13 +1,6 @@
|
|||||||
.documentation-tool-template:
|
.documentation-tool-template:
|
||||||
image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-documentation-tool:1.6.0
|
image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-documentation-tool:1.6.0
|
||||||
variables:
|
variables:
|
||||||
DOCUMENT_ROOT: .
|
|
||||||
INPUT_FILE: "*.adoc"
|
|
||||||
INPUT_FILE_REVEALJS: "*.-revealjs.adoc"
|
|
||||||
IMAGES_DIR: images
|
|
||||||
OUTPUT_DIR: public
|
|
||||||
PRINT_TOC: "true"
|
|
||||||
PRINT_SECTNUMS: "true"
|
|
||||||
REV_NUMBER: $CI_COMMIT_SHORT_SHA
|
REV_NUMBER: $CI_COMMIT_SHORT_SHA
|
||||||
CONFLUENCE_URL: "https://www.exxcellent.de/confluence/rest/api/"
|
CONFLUENCE_URL: "https://www.exxcellent.de/confluence/rest/api/"
|
||||||
CREATE_SUB_PAGES: "true"
|
CREATE_SUB_PAGES: "true"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user