better-beta-releases #136
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ steps:
|
||||||
image: *node_image
|
image: *node_image
|
||||||
commands:
|
commands:
|
||||||
- <<: *enable_pnpm
|
- <<: *enable_pnpm
|
||||||
- git fetch
|
- git fetch origin ${CI_COMMIT_TARGET_BRANCH}
|
||||||
- pnpm exec commitlint --from origin/${CI_COMMIT_TARGET_BRANCH}
|
- pnpm exec commitlint --from origin/${CI_COMMIT_TARGET_BRANCH}
|
||||||
when:
|
when:
|
||||||
event: pull_request
|
event: pull_request
|
||||||
|
|
Loading…
Reference in a new issue