From 6f60fda8245d09710c09c3915ce4324b1e4f5193 Mon Sep 17 00:00:00 2001 From: Wolfram Gulde Date: Tue, 17 Aug 2021 16:32:15 +0200 Subject: [PATCH] feat(include): replace remote include with local --- pipelines/update-version-pipeline.gitlab-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pipelines/update-version-pipeline.gitlab-ci.yml b/pipelines/update-version-pipeline.gitlab-ci.yml index 9466f32..873a694 100644 --- a/pipelines/update-version-pipeline.gitlab-ci.yml +++ b/pipelines/update-version-pipeline.gitlab-ci.yml @@ -3,11 +3,8 @@ stages: - push-tag-and-version include: - - project: 'gilden/ci/gitlab-ci-templates' - ref: 'master' - file: - - 'set-version-template.gitlab-ci.yml' - - 'push-tag-and-version-template.gitlab-ci.yml' + - local: 'set-version-template.gitlab-ci.yml' + - local: 'push-tag-and-version-template.gitlab-ci.yml' variables: BUMP_VERSION: "major"