From f0217d8f96f7ac5a6475c8c03fa9d564c5cdeb9b Mon Sep 17 00:00:00 2001 From: Matthias Eck Date: Mon, 15 Nov 2021 09:38:44 +0100 Subject: [PATCH] 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