diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 29fc469..69f7d6d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,5 +21,5 @@ jobs: - script: | sudo docker run --rm -i \ -v $(pwd):/mnt:ro koalaman/shellcheck:$(versionShellCheck) \ - hassio_install.sh files/hassio-apparmor files/hassio-supervisor + install.sh files/hassio-apparmor files/hassio-supervisor files/ha displayName: 'Run ShellCheck'