From 72abe3f094e00a764a53cd86166b7c2e1ebb5e0f Mon Sep 17 00:00:00 2001 From: Wolfram Gulde Date: Sun, 11 Jul 2021 00:20:19 +0200 Subject: [PATCH] feat(Branching): Adjustments for branching template 2 --- pipelines/update-version-pipeline.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/update-version-pipeline.gitlab-ci.yml b/pipelines/update-version-pipeline.gitlab-ci.yml index 9466f32..4d26872 100644 --- a/pipelines/update-version-pipeline.gitlab-ci.yml +++ b/pipelines/update-version-pipeline.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: include: - project: 'gilden/ci/gitlab-ci-templates' - ref: 'master' + ref: 'feat/adjustments_for_branching_template' file: - 'set-version-template.gitlab-ci.yml' - 'push-tag-and-version-template.gitlab-ci.yml'