ci: fix check commits

This commit is contained in:
2025-02-25 17:35:04 +00:00
parent efe9f91303
commit 4f3596b48a

View File

@@ -30,9 +30,9 @@ check_commits:
before_script:
- apk add git
- npm install -g @commitlint/cli @commitlint/config-conventional
- git pull origin master
- git checkout origin/master
script:
- npx commitlint --from origin/master --to HEAD --verbose
- npx commitlint --from origin/master --to ${CI_COMMIT_SHA} --verbose
compile_jvm:
stage: compile