Merge branch 'feat/update_doc_tool' into 'master'
feat/update_doc_tool See merge request gilden/ci/gitlab-ci-templates!33
This commit is contained in:
commit
41d9d93a2f
@ -1,13 +1,6 @@
|
|||||||
.documentation-tool-template:
|
.documentation-tool-template:
|
||||||
image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-documentation-tool:1.5.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"
|
||||||
@ -41,4 +34,4 @@
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths: [ public/ ]
|
paths: [ public/ ]
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||||
Loading…
Reference in New Issue
Block a user