ci: checkout commitlint back to current commit
This commit is contained in:
parent
64b015e494
commit
da0ef9ec24
@ -32,6 +32,7 @@ check_commits:
|
|||||||
- npm install -g @commitlint/cli @commitlint/config-conventional
|
- npm install -g @commitlint/cli @commitlint/config-conventional
|
||||||
- git checkout origin/master
|
- git checkout origin/master
|
||||||
script:
|
script:
|
||||||
|
- git checkout ${CI_COMMIT_SHA}
|
||||||
- npx commitlint --from origin/master --to ${CI_COMMIT_SHA} --verbose
|
- npx commitlint --from origin/master --to ${CI_COMMIT_SHA} --verbose
|
||||||
|
|
||||||
compile_jvm:
|
compile_jvm:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user