Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,9 @@ Check Version and Changelog: image: alpine:latest script: # Fail if version file was not changed - apk update - apk add git - git --version - | if ! git diff --name-only HEAD~1 HEAD | grep -qE '(^|/)version\.py$|(^|/)VERSION$'; then echo "Version number has not been updated." Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,9 @@ Check Version and Changelog: image: alpine:latest script: # Fail if version file was not changed - apk update - apk add git - git --version - | if ! git diff --name-only HEAD~1 HEAD | grep -qE '(^|/)version\.py$|(^|/)VERSION$'; then echo "Version number has not been updated." Loading