mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-10 01:01:29 -05:00
updates
This commit is contained in:
parent
7d0a9e4cce
commit
a0505c1891
8 changed files with 90 additions and 181 deletions
10
templates/version.tpl.yml
Normal file
10
templates/version.tpl.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.version:
|
||||
image: gittools/gitversion:5.12.0
|
||||
stage: .pre
|
||||
variables:
|
||||
GIT_DEPTH: "0"
|
||||
script:
|
||||
- ./scripts/version-number.sh
|
||||
artifacts:
|
||||
reports:
|
||||
dotenv: version.env
|
||||
Loading…
Add table
Add a link
Reference in a new issue