Update azure-pipelines.yml for Azure Pipelines

pull/23596/head
Pascal Vizeli 2019-05-01 09:57:21 +02:00
parent f28ca34307
commit 31e3c563b5
1 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,6 @@ trigger:
- '*'
variables:
versionWheels: 'dev'
versionBuilder: '3.1'
@ -23,8 +22,8 @@ jobs:
maxParallel: 2
matrix:
amd64:
buildContainer: 'homeassistant/amd64-wheels'
container: $[ variables['buildContainer'] ]:$(versionWheels)
buildContainer: 'homeassistant/amd64-wheels:dev'
container: $[ variables['buildContainer'] ]
steps:
- script: |
python3 -m builder --help