quotes
This commit is contained in:
@ -17,9 +17,9 @@ check:
|
|||||||
- 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}"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: registry.hottis.de/dockerized/docker-bash:latest
|
image: registry.hottis.de/dockerized/docker-bash:latest
|
||||||
|
Reference in New Issue
Block a user