feat(include): replace remote include with local

This commit is contained in:
Wolfram Gulde 2021-08-17 16:32:15 +02:00
parent ebec42f7c6
commit 6f60fda824

View File

@ -3,11 +3,8 @@ stages:
- push-tag-and-version - push-tag-and-version
include: include:
- project: 'gilden/ci/gitlab-ci-templates' - local: 'set-version-template.gitlab-ci.yml'
ref: 'master' - local: 'push-tag-and-version-template.gitlab-ci.yml'
file:
- 'set-version-template.gitlab-ci.yml'
- 'push-tag-and-version-template.gitlab-ci.yml'
variables: variables:
BUMP_VERSION: "major" BUMP_VERSION: "major"