Update azure-pipelines-ci.yml for Azure Pipelines
parent
7c27bab3c7
commit
6a4bf1f817
|
@ -112,4 +112,4 @@ jobs:
|
||||||
|
|
||||||
pylint homeassistant
|
pylint homeassistant
|
||||||
displayName: 'Run pylint'
|
displayName: 'Run pylint'
|
||||||
condition: eq($(python.container), $(PythonMain))
|
condition: eq(variables['python.container'], variables['PythonMain'])
|
||||||
|
|
Loading…
Reference in New Issue