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 Jan 9, 2019
1 parent 59290e6 commit e96dd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/pr-e2e.yaml
Original file line number Diff line number Diff line change
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 e96dd7d

Please sign in to comment.