mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
- /pipelines/terraform.yml - /templates/codescan.tpl.yml - /templates/docker.tpl.yml - /templates/gitlab.tpl.yml - /templates/golang.tpl.yml - /templates/helm.tpl.yml - /templates/nuget.tpl.yml - /templates/octopus.tpl.yml - /templates/sonarqube.tpl.yml - /templates/version.tpl.yml
10 lines
218 B
YAML
10 lines
218 B
YAML
.version:
|
|
image: registry.durp.info/gittools/gitversion:5.12.0
|
|
variables:
|
|
GIT_DEPTH: "0"
|
|
script:
|
|
- ./scripts/gitversion/version.sh
|
|
artifacts:
|
|
expire_in: never
|
|
reports:
|
|
dotenv: version.env
|