Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Fix: typo in vsts build (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafreck authored Aug 27, 2018
1 parent 828162e commit 7c37b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ phases:
displayName: yapf
- script: |
pylint -jobs 2 --errors-only aztk aztk_cli
pylint --jobs 2 --errors-only aztk aztk_cli
condition: succeeded()
displayName: pylint error check
Expand All @@ -38,7 +38,7 @@ phases:
displayName: integration tests
- script: |
pylint -jobs 2 --disable=fixme aztk aztk_cli
pylint --jobs 2 --disable=fixme aztk aztk_cli
continueOnError: true
condition: succeeded()
displayName: pylint report

0 comments on commit 7c37b06

Please sign in to comment.