mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
9 lines
197 B
YAML
9 lines
197 B
YAML
.version:
|
|
image: registry.durp.info/gittools/gitversion:5.12.0
|
|
variables:
|
|
GIT_DEPTH: "0"
|
|
script:
|
|
- ./scripts/gitversion/version.sh
|
|
artifacts:
|
|
reports:
|
|
dotenv: version.env
|