We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677913f commit 018a4c2Copy full SHA for 018a4c2
.circleci/config.yml
@@ -168,7 +168,7 @@ jobs:
168
name: Validate Commit Messages
169
command: >
170
if [[ -n "${CIRCLE_PR_NUMBER}" ]]; then
171
- yarn ng-dev commit-message validate-range --range <<pipeline.git.base_revision>>...<<pipeline.git.revision>>
+ yarn ng-dev commit-message validate-range <<pipeline.git.base_revision>> <<pipeline.git.revision>>
172
else
173
echo "This build is not over a PR, nothing to do."
174
fi
0 commit comments