Merge branch 'feat/replace_include_ref_with_local' into 'master'
Feat/replace include ref with local See merge request gilden/ci/gitlab-ci-templates!22
This commit is contained in:
commit
9579198bca
@ -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"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
.push-tag-and-version:
|
.push-tag-and-version:
|
||||||
stage: push-tag-and-version
|
stage: push-tag-and-version
|
||||||
image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.2.0
|
image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-ssh-tool:1.3.0
|
||||||
variables:
|
variables:
|
||||||
ARTIFACT: "version"
|
ARTIFACT: "version"
|
||||||
MVN_VERSION: "false"
|
MVN_VERSION: "false"
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
.set-version:
|
.set-version:
|
||||||
stage: set-version
|
stage: set-version
|
||||||
image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-increase-version-tool:3.0.0
|
image: gitlab.exxcellent.de:4567/gilden/ci/exxcellent-increase-version-tool:3.1.0
|
||||||
variables:
|
variables:
|
||||||
BUMP_VERSION: "major"
|
BUMP_VERSION: "major"
|
||||||
PREFIX: ""
|
PREFIX: ""
|
||||||
OUTPUT: version
|
OUTPUT: version
|
||||||
SIMPLIFY: "false"
|
SIMPLIFY: "false"
|
||||||
TAG: "false"
|
TAG: "false"
|
||||||
MODE: "bump"
|
MODE: "next_version"
|
||||||
script:
|
script:
|
||||||
- increase-version
|
- increase-version
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user