mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-15 13:16:29 +00:00
Fix CI warning "[: =~: binary operator expected" (#3470)
This commit is contained in:
parent
21a5479a2e
commit
205f3a74dd
2
.github/workflows/builder.yml
vendored
2
.github/workflows/builder.yml
vendored
@ -307,7 +307,7 @@ jobs:
|
|||||||
|
|
||||||
echo "Check supervisor supported"
|
echo "Check supervisor supported"
|
||||||
test=$(docker exec hassio_cli ha resolution info --no-progress --raw-json | jq -r '.data.unsupported[]')
|
test=$(docker exec hassio_cli ha resolution info --no-progress --raw-json | jq -r '.data.unsupported[]')
|
||||||
if [ "$test" =~ source_mods ];then
|
if [[ "$test" =~ source_mods ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user