mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-09 00:31:33 -05:00
ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/873425211
This commit is contained in:
parent
60819b8c3d
commit
bef58bda26
1 changed files with 4 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ stages:
|
||||||
- build
|
- build
|
||||||
version:
|
version:
|
||||||
image: gittools/gitversion:5.12.0
|
image: gittools/gitversion:5.12.0
|
||||||
stage: versioning
|
stage:
|
||||||
variables:
|
variables:
|
||||||
GIT_DEPTH: "0"
|
GIT_DEPTH: "0"
|
||||||
script:
|
script:
|
||||||
|
|
@ -24,7 +24,7 @@ version:
|
||||||
release:
|
release:
|
||||||
regex: release?[/]
|
regex: release?[/]
|
||||||
mode: ContinuousDeployment
|
mode: ContinuousDeployment
|
||||||
increment: Patch
|
increment: Minor
|
||||||
tag: ''
|
tag: ''
|
||||||
is-release-branch: true
|
is-release-branch: true
|
||||||
prevent-increment-of-merged-branch-version: true
|
prevent-increment-of-merged-branch-version: true
|
||||||
|
|
@ -74,6 +74,8 @@ build-container:
|
||||||
artifacts: true
|
artifacts: true
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
HelmChart:
|
HelmChart:
|
||||||
image: registry.durp.info/dtzar/helm-kubectl
|
image: registry.durp.info/dtzar/helm-kubectl
|
||||||
stage: build
|
stage: build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue