Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed May 1, 2019
1 parent f28ca34 commit 31e3c56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ trigger:
- '*'

variables:
versionWheels: 'dev'
versionBuilder: '3.1'


Expand All @@ -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
Expand Down

0 comments on commit 31e3c56

Please sign in to comment.