Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Pascal Vizeli 2019-05-01 09:56:09 +02:00
parent 09296b4fd4
commit f28ca34307

View File

@ -23,8 +23,8 @@ jobs:
maxParallel: 2 maxParallel: 2
matrix: matrix:
amd64: amd64:
buildContainer: 'homeassistant/amd64-wheels:$(versionWheels)' buildContainer: 'homeassistant/amd64-wheels'
container: $[ variables['buildContainer'] ] container: $[ variables['buildContainer'] ]:$(versionWheels)
steps: steps:
- script: | - script: |
python3 -m builder --help python3 -m builder --help