From 687af7781f61e2e155ac7686f37bdaed7de5c130 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 6 Jun 2019 12:37:07 +0200 Subject: [PATCH] Use single pipelines --- tellstick/azure-pipelines.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tellstick/azure-pipelines.yml diff --git a/tellstick/azure-pipelines.yml b/tellstick/azure-pipelines.yml new file mode 100644 index 0000000..422302e --- /dev/null +++ b/tellstick/azure-pipelines.yml @@ -0,0 +1,22 @@ +# https://dev.azure.com/home-assistant + +trigger: + branches: + include: + - master + paths: + include: + - tellstick/* +pr: none + +variables: + - name: versionBuilder + value: '2.0' + - group: docker + + +jobs: +- template: .azure/azp-template-addon.yml + parameters: + addon: 'tellstick' + arch: '--all'