From 90e5d50f457e714b4b3fde708b346fb79a181835 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 7 May 2020 22:29:07 +0200 Subject: [PATCH] Update pipeline --- tellstick/azure-pipelines.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/tellstick/azure-pipelines.yml b/tellstick/azure-pipelines.yml index de758f4..26f2b93 100644 --- a/tellstick/azure-pipelines.yml +++ b/tellstick/azure-pipelines.yml @@ -8,14 +8,17 @@ trigger: include: - tellstick/* pr: none +resources: + repositories: + - repository: azure + type: github + name: "home-assistant/ci-azure" + endpoint: "home-assistant" variables: - - name: versionBuilder - value: "2.0" - group: docker jobs: - - template: /.azure/azp-template-addon.yml + - template: templates/azp-job-addon.yaml@azure parameters: addon: "tellstick" - arch: "--all"