Move from azure pipelines to github action for CI (#1646)
* Move from azure pipelines to github action for CI * pin version * pin directly
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
# Home Assistant Add-ons: The official repository
|
# Home Assistant Add-ons: The official repository
|
||||||
|
|
||||||
[](https://dev.azure.com/home-assistant/Hass.io/_build/latest?definitionId=7&branchName=master)
|
|
||||||
|
|
||||||
Add-ons for Home Assistant, allow you to extend the functionality
|
Add-ons for Home Assistant, allow you to extend the functionality
|
||||||
around your Home Assistant setup. These add-ons can consist of an application
|
around your Home Assistant setup. These add-ons can consist of an application
|
||||||
that Home Assistant can integrate with (e.g., a MQTT broker or database server)
|
that Home Assistant can integrate with (e.g., a MQTT broker or database server)
|
||||||
|
|||||||
@@ -1,24 +0,0 @@
|
|||||||
# https://dev.azure.com/home-assistant
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
branches:
|
|
||||||
include:
|
|
||||||
- master
|
|
||||||
paths:
|
|
||||||
include:
|
|
||||||
- tellstick/*
|
|
||||||
pr: none
|
|
||||||
resources:
|
|
||||||
repositories:
|
|
||||||
- repository: azure
|
|
||||||
type: github
|
|
||||||
name: "home-assistant/ci-azure"
|
|
||||||
endpoint: "home-assistant"
|
|
||||||
|
|
||||||
variables:
|
|
||||||
- group: docker
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
- template: templates/azp-job-addon.yaml@azure
|
|
||||||
parameters:
|
|
||||||
addon: "tellstick"
|
|
||||||
Reference in New Issue
Block a user