From 3cbb267c580b52cb6fce1e1b09992af5edbce4d9 Mon Sep 17 00:00:00 2001 From: Karina Schulz Date: Thu, 8 Jul 2021 14:46:01 +0200 Subject: [PATCH] fix(update-version-pipeline): fix template include statements --- .../chapters/templates/push-tag-and-version-template.adoc | 2 +- ...-template.yml => push-tag-and-version-template.gitlab-ci.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename push-tag-and-version-template.yml => push-tag-and-version-template.gitlab-ci.yml (100%) diff --git a/documentation/chapters/templates/push-tag-and-version-template.adoc b/documentation/chapters/templates/push-tag-and-version-template.adoc index 6334557..970bc06 100644 --- a/documentation/chapters/templates/push-tag-and-version-template.adoc +++ b/documentation/chapters/templates/push-tag-and-version-template.adoc @@ -16,5 +16,5 @@ For more details: https://gitlab.exxcellent.de/gilden/ci/exxcellent-ssh-tool[Gil .push-tag-and-version-template [source, yaml] ---- -include::{sourcedir}/push-tag-and-version-template.yml[] +include::{sourcedir}/push-tag-and-version-template.gitlab-ci.yml[] ---- \ No newline at end of file diff --git a/push-tag-and-version-template.yml b/push-tag-and-version-template.gitlab-ci.yml similarity index 100% rename from push-tag-and-version-template.yml rename to push-tag-and-version-template.gitlab-ci.yml