Skip to content

Commit 018a4c2

Browse files
committed
ci: use new method for checking range of commits
See: angular/angular@381ea9d
1 parent 677913f commit 018a4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
name: Validate Commit Messages
169169
command: >
170170
if [[ -n "${CIRCLE_PR_NUMBER}" ]]; then
171-
yarn ng-dev commit-message validate-range --range <<pipeline.git.base_revision>>...<<pipeline.git.revision>>
171+
yarn ng-dev commit-message validate-range <<pipeline.git.base_revision>> <<pipeline.git.revision>>
172172
else
173173
echo "This build is not over a PR, nothing to do."
174174
fi

0 commit comments

Comments
 (0)