From 31e3c563b5536310c9dd612221c08402fd21f6d5 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 1 May 2019 09:57:21 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c6c9309fcd0..dca0d78d76b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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