Fix typo in azure-pipelines-ci.yml

This commit is contained in:
Paulus Schoutsen 2019-07-16 08:47:07 -07:00
parent 9c2625f0a5
commit b52848d376

View File

@ -138,7 +138,7 @@ stages:
dependsOn: dependsOn:
- 'Overview' - 'Overview'
jobs: jobs:
- job: 'Pytlint' - job: 'Pylint'
pool: pool:
vmImage: 'ubuntu-latest' vmImage: 'ubuntu-latest'
container: $[ variables['PythonMain'] ] container: $[ variables['PythonMain'] ]