From 1ee19fb508097919ddfaf96655fc770edcb67a37 Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Thu, 19 May 2022 09:25:54 +0200 Subject: [PATCH] fix(Documentation-Templates): Switch from documentation to post-process stage. --- .gitlab-ci.yml | 2 +- templates/common/common-ci-variablen.gitlab-ci.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dfdf203..97d8534 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: - verify - - documentation + - post-process - release include: diff --git a/templates/common/common-ci-variablen.gitlab-ci.yml b/templates/common/common-ci-variablen.gitlab-ci.yml index 1f4d1b0..a1fb8eb 100644 --- a/templates/common/common-ci-variablen.gitlab-ci.yml +++ b/templates/common/common-ci-variablen.gitlab-ci.yml @@ -2,7 +2,6 @@ stages: - dependencies - build - test - - documentation - post-process - send-mail - release