mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-08 08:21:20 -05:00
10 lines
174 B
YAML
10 lines
174 B
YAML
|
|
.version:
|
||
|
|
image: gittools/gitversion:5.12.0
|
||
|
|
variables:
|
||
|
|
GIT_DEPTH: "0"
|
||
|
|
script:
|
||
|
|
- ./scripts/version-number.sh
|
||
|
|
artifacts:
|
||
|
|
reports:
|
||
|
|
dotenv: version.env
|