ci(commitlint): working on getting commit range right
This commit is contained in:
parent
cf7d6527cf
commit
9901798990
1 changed files with 1 additions and 3 deletions
|
@ -12,9 +12,7 @@ publish:
|
||||||
- npm ci
|
- npm ci
|
||||||
|
|
||||||
# Verify that the commits are good.
|
# Verify that the commits are good.
|
||||||
- ls .git
|
- npx commitlint --from=CI_BUILD_BEFORE_SHA
|
||||||
- cat .git/HEAD
|
|
||||||
- npx commitlint --from=master to=CI_BUILD_REF_NAME
|
|
||||||
|
|
||||||
# Corda is a non-free font that we use for the books. It was
|
# Corda is a non-free font that we use for the books. It was
|
||||||
# picked before Source Serif Pro was created and will continue to
|
# picked before Source Serif Pro was created and will continue to
|
||||||
|
|
Loading…
Reference in a new issue