Update azure-pipelines-ci.yml for Azure Pipelines

pull/24448/head
Pascal Vizeli 2019-06-09 12:13:37 +02:00
parent 7c27bab3c7
commit 6a4bf1f817
1 changed files with 1 additions and 1 deletions

View File

@ -112,4 +112,4 @@ jobs:
pylint homeassistant
displayName: 'Run pylint'
condition: eq($(python.container), $(PythonMain))
condition: eq(variables['python.container'], variables['PythonMain'])