Skip to content

Commit

Permalink
chore: remove commit check from Azure DevOps pipeline (Azure#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored and Justin Hackett committed Mar 14, 2019
1 parent 5bda4e7 commit 5c78c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/pr-e2e.yaml
Expand Up @@ -49,7 +49,7 @@ jobs:
- script: make bootstrap
displayName: Install dependencies
workingDirectory: $(modulePath)
- script: make validate-commit-msg validate-copyright-headers test-style
- script: make validate-copyright-headers test-style
displayName: Run linting rules
workingDirectory: $(modulePath)
- script: make validate-dependencies
Expand Down

0 comments on commit 5c78c82

Please sign in to comment.