Skip to content

Commit

Permalink
ci: update commit-message verification range parameters (#41341)
Browse files Browse the repository at this point in the history
Update parameters used for commit message checks in pull requests.

PR Close #41341
  • Loading branch information
josephperrott authored and TeriGlover committed Apr 5, 2021
1 parent 58913a0 commit 797a518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -261,7 +261,7 @@ jobs:
- run: yarn -s ts-circular-deps:check
- run: yarn -s ng-dev pullapprove verify
- run: yarn -s ng-dev ngbot verify
- run: yarn -s ng-dev commit-message validate-range --range $CI_COMMIT_RANGE
- run: yarn -s ng-dev commit-message validate-range $CI_GIT_BASE_REVISION $CI_GIT_REVISION

test:
executor:
Expand Down

0 comments on commit 797a518

Please sign in to comment.