typo
This commit is contained in:
parent
9bfdd0cc42
commit
6e3350b5a7
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
depends_on:
|
||||
- lint
|
||||
|
||||
|
||||
steps:
|
||||
git:
|
||||
image: registry.mgrote.net/allzweckcontainer:latest
|
||||
|
@ -8,7 +10,7 @@ steps:
|
|||
- PATCH=$(git rev-list --count $$CI_COMMIT_BRANCH)
|
||||
- MINOR=0
|
||||
- MAJOR=0
|
||||
- VERSION=$$MAJOR.$$MINOR.$$PATH-$$CI_COMMIT_SHA
|
||||
- VERSION=$$MAJOR.$$MINOR.$$PATCH-$$CI_COMMIT_SHA
|
||||
- echo $$VERSION
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue