From f28ca3430796f7d4847f4118eb3aa953f985b360 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 1 May 2019 09:56:09 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3c674f99df8..c6c9309fcd0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,8 +23,8 @@ jobs: maxParallel: 2 matrix: amd64: - buildContainer: 'homeassistant/amd64-wheels:$(versionWheels)' - container: $[ variables['buildContainer'] ] + buildContainer: 'homeassistant/amd64-wheels' + container: $[ variables['buildContainer'] ]:$(versionWheels) steps: - script: | python3 -m builder --help