mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-21 08:06:30 +00:00
Fix command for disable content-trust (#3078)
This commit is contained in:
parent
8572f8c4e5
commit
1b0eb9397d
2
.github/workflows/builder.yml
vendored
2
.github/workflows/builder.yml
vendored
@ -278,7 +278,7 @@ jobs:
|
||||
if: needs.init.outputs.publish == 'true'
|
||||
run: |
|
||||
echo "Enable Content-Trust"
|
||||
test=$(docker exec hassio_cli ha supervisor options --content-trust=true --no-progress --raw-json | jq -r '.result')
|
||||
test=$(docker exec hassio_cli ha security options --content-trust=true --no-progress --raw-json | jq -r '.result')
|
||||
if [ "$test" != "ok" ];then
|
||||
docker logs hassio_supervisor
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user