1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Disable CAS until it work (#3504)

* Disable CAS until it work

* fix tests
This commit is contained in:
Pascal Vizeli
2022-03-10 13:18:52 +01:00
committed by GitHub
parent 1b8558ced3
commit 435241bccf
4 changed files with 12 additions and 0 deletions

View File

@@ -287,6 +287,7 @@ jobs:
- name: Check the Supervisor code sign
if: needs.init.outputs.publish == 'true'
run: |
exit 0
echo "Enable Content-Trust"
test=$(docker exec hassio_cli ha security options --content-trust=true --no-progress --raw-json | jq -r '.result')
if [ "$test" != "ok" ]; then