ci: fix ci workspace env var
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-10-18 10:46:27 +02:00
parent 8b28285c0f
commit 20523ecaab
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -9,7 +9,7 @@ variables:
- &pytest_base
depends_on: []
commands:
- hass -c ${CI_WORKSPACE} --script check_config
- hass -c $CI_WORKSPACE --script check_config
environment:
PY_COLORS: "1"