From 7e30aa96226b0f556dfc368faf4c2c7cea1724a7 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 11 Jun 2019 13:35:40 +0200 Subject: [PATCH] fix path --- cec_scan/azure-pipelines.yml | 2 +- check_config/azure-pipelines.yml | 2 +- configurator/azure-pipelines.yml | 2 +- deconz/azure-pipelines.yml | 2 +- dhcp_server/azure-pipelines.yml | 2 +- dnsmasq/azure-pipelines.yml | 2 +- duckdns/azure-pipelines.yml | 2 +- git_pull/azure-pipelines.yml | 2 +- google_assistant/azure-pipelines.yml | 2 +- homematic/azure-pipelines.yml | 2 +- letsencrypt/azure-pipelines.yml | 2 +- mariadb/azure-pipelines.yml | 2 +- mosquitto/azure-pipelines.yml | 2 +- nginx_proxy/azure-pipelines.yml | 2 +- rpc_shutdown/azure-pipelines.yml | 2 +- samba/azure-pipelines.yml | 2 +- snips/azure-pipelines.yml | 2 +- ssh/azure-pipelines.yml | 2 +- tellstick/azure-pipelines.yml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/cec_scan/azure-pipelines.yml b/cec_scan/azure-pipelines.yml index 06c54e0..b10c829 100644 --- a/cec_scan/azure-pipelines.yml +++ b/cec_scan/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'cec_scan' arch: '--all' diff --git a/check_config/azure-pipelines.yml b/check_config/azure-pipelines.yml index d36711d..81c2760 100644 --- a/check_config/azure-pipelines.yml +++ b/check_config/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'check_config' arch: '--all' diff --git a/configurator/azure-pipelines.yml b/configurator/azure-pipelines.yml index 7848656..14ca128 100644 --- a/configurator/azure-pipelines.yml +++ b/configurator/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'configurator' arch: '--all' diff --git a/deconz/azure-pipelines.yml b/deconz/azure-pipelines.yml index d579888..6c88f57 100644 --- a/deconz/azure-pipelines.yml +++ b/deconz/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'deconz' arch: '--armhf --amd64' diff --git a/dhcp_server/azure-pipelines.yml b/dhcp_server/azure-pipelines.yml index d211868..1526ad0 100644 --- a/dhcp_server/azure-pipelines.yml +++ b/dhcp_server/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'dhcp_server' arch: '--all' diff --git a/dnsmasq/azure-pipelines.yml b/dnsmasq/azure-pipelines.yml index 3f6ca68..e36843f 100644 --- a/dnsmasq/azure-pipelines.yml +++ b/dnsmasq/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'dnsmasq' arch: '--all' diff --git a/duckdns/azure-pipelines.yml b/duckdns/azure-pipelines.yml index f76a7d6..4e2e9a0 100644 --- a/duckdns/azure-pipelines.yml +++ b/duckdns/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'duckdns' arch: '--all' diff --git a/git_pull/azure-pipelines.yml b/git_pull/azure-pipelines.yml index a95d42c..0567209 100644 --- a/git_pull/azure-pipelines.yml +++ b/git_pull/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'git_pull' arch: '--all' diff --git a/google_assistant/azure-pipelines.yml b/google_assistant/azure-pipelines.yml index 8092526..92f0466 100644 --- a/google_assistant/azure-pipelines.yml +++ b/google_assistant/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'google_assistant' arch: '--armv7 --amd64' diff --git a/homematic/azure-pipelines.yml b/homematic/azure-pipelines.yml index b260003..f4a47d5 100644 --- a/homematic/azure-pipelines.yml +++ b/homematic/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'homematic' arch: '--armv7 --i386' diff --git a/letsencrypt/azure-pipelines.yml b/letsencrypt/azure-pipelines.yml index 366db60..d52d073 100644 --- a/letsencrypt/azure-pipelines.yml +++ b/letsencrypt/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'letsencrypt' arch: '--all' diff --git a/mariadb/azure-pipelines.yml b/mariadb/azure-pipelines.yml index 1afafd4..8f808e2 100644 --- a/mariadb/azure-pipelines.yml +++ b/mariadb/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'mariadb' arch: '--all' diff --git a/mosquitto/azure-pipelines.yml b/mosquitto/azure-pipelines.yml index 0fec8db..7a70749 100644 --- a/mosquitto/azure-pipelines.yml +++ b/mosquitto/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'mosquitto' arch: '--all' diff --git a/nginx_proxy/azure-pipelines.yml b/nginx_proxy/azure-pipelines.yml index 910c6cb..68e3f57 100644 --- a/nginx_proxy/azure-pipelines.yml +++ b/nginx_proxy/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'nginx_proxy' arch: '--all' diff --git a/rpc_shutdown/azure-pipelines.yml b/rpc_shutdown/azure-pipelines.yml index 46bf0dd..0149d96 100644 --- a/rpc_shutdown/azure-pipelines.yml +++ b/rpc_shutdown/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'rpc_shutdown' arch: '--all' diff --git a/samba/azure-pipelines.yml b/samba/azure-pipelines.yml index 61da976..94c79b2 100644 --- a/samba/azure-pipelines.yml +++ b/samba/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'samba' arch: '--all' diff --git a/snips/azure-pipelines.yml b/snips/azure-pipelines.yml index dcd3ca0..f7cd45e 100644 --- a/snips/azure-pipelines.yml +++ b/snips/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'snips' arch: '--armhf --amd64' diff --git a/ssh/azure-pipelines.yml b/ssh/azure-pipelines.yml index fc64fed..14051ab 100644 --- a/ssh/azure-pipelines.yml +++ b/ssh/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'ssh' arch: '--all' diff --git a/tellstick/azure-pipelines.yml b/tellstick/azure-pipelines.yml index 422302e..322e136 100644 --- a/tellstick/azure-pipelines.yml +++ b/tellstick/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: jobs: -- template: .azure/azp-template-addon.yml +- template: /.azure/azp-template-addon.yml parameters: addon: 'tellstick' arch: '--all'