uses spaces instead of tabs
This commit is contained in:
@ -8,15 +8,15 @@ variables:
|
|||||||
|
|
||||||
check:
|
check:
|
||||||
image: registry.hottis.de/dockerized/base-build-env:latest
|
image: registry.hottis.de/dockerized/base-build-env:latest
|
||||||
stage: check
|
stage: check
|
||||||
tags:
|
tags:
|
||||||
- hottis
|
- hottis
|
||||||
- linux
|
- linux
|
||||||
- docker
|
- docker
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
script:
|
script:
|
||||||
- checksemver.py -v
|
- checksemver.py -v
|
||||||
--versionToValidate ${CI_COMMIT_TAG}
|
--versionToValidate ${CI_COMMIT_TAG}
|
||||||
--validateMessage
|
--validateMessage
|
||||||
--messageToValidate ${CI_COMMIT_MESSAGE}
|
--messageToValidate ${CI_COMMIT_MESSAGE}
|
||||||
|
Reference in New Issue
Block a user