Use single pipelines
This commit is contained in:
22
tellstick/azure-pipelines.yml
Normal file
22
tellstick/azure-pipelines.yml
Normal file
@@ -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'
|
||||||
Reference in New Issue
Block a user