tellstick: Collection of small improvements (#916)

* tellstick: Move data run to data folder

* tellstick: Prettier JSON & YAML files

* tellstick: Documentation tweaks
This commit is contained in:
Franck Nijhof
2019-12-19 13:15:06 +01:00
committed by Pascal Vizeli
parent 90736dabfd
commit 058df9b0f2
5 changed files with 20 additions and 29 deletions

View File

@@ -3,20 +3,19 @@
trigger:
branches:
include:
- master
- master
paths:
include:
- tellstick/*
- tellstick/*
pr: none
variables:
- name: versionBuilder
value: '2.0'
value: "2.0"
- group: docker
jobs:
- template: /.azure/azp-template-addon.yml
parameters:
addon: 'tellstick'
arch: '--all'
- template: /.azure/azp-template-addon.yml
parameters:
addon: "tellstick"
arch: "--all"