From f0217d8f96f7ac5a6475c8c03fa9d564c5cdeb9b Mon Sep 17 00:00:00 2001 From: Matthias Eck Date: Mon, 15 Nov 2021 09:38:44 +0100 Subject: [PATCH 1/2] feat(doc-tool): update version in template --- tool-documentation.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool-documentation.gitlab-ci.yml b/tool-documentation.gitlab-ci.yml index 9bb2434..659111d 100644 --- a/tool-documentation.gitlab-ci.yml +++ b/tool-documentation.gitlab-ci.yml @@ -1,5 +1,5 @@ .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: DOCUMENT_ROOT: . INPUT_FILE: "*.adoc" @@ -41,4 +41,4 @@ artifacts: paths: [ public/ ] rules: - - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH + - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH \ No newline at end of file From 126c11ccd99e9b93d7a70565bf72c6d4889f6398 Mon Sep 17 00:00:00 2001 From: Matthias Eck Date: Mon, 15 Nov 2021 09:41:21 +0100 Subject: [PATCH 2/2] refactor(doc-tool): remove redundant variables in template these values are already set as default inside the python code --- tool-documentation.gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tool-documentation.gitlab-ci.yml b/tool-documentation.gitlab-ci.yml index 659111d..eb8873d 100644 --- a/tool-documentation.gitlab-ci.yml +++ b/tool-documentation.gitlab-ci.yml @@ -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"