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:
Joakim Sørensen
2020-10-25 16:53:45 +01:00
committed by GitHub
parent 4ee8832db6
commit 8b7dc6d50f
29 changed files with 170 additions and 653 deletions

View File

@@ -66,7 +66,7 @@ function cleanup_hass_data() {
function cleanup_docker() {
echo "Cleaning up stopped containers..."
docker rm $(docker ps -a -q)
docker rm "$(docker ps -a -q)"
}
function cleanup_lastboot() {