refactor(doc-tool): remove redundant variables in template

these values are already set as default inside the python code
This commit is contained in:
Matthias Eck 2021-11-15 09:41:21 +01:00
parent f0217d8f96
commit 126c11ccd9

View File

@ -1,13 +1,6 @@
.documentation-tool-template:
image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-documentation-tool:1.6.0
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
CONFLUENCE_URL: "https://www.exxcellent.de/confluence/rest/api/"
CREATE_SUB_PAGES: "true"