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"