mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-31 18:55:32 +01:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user