From 20523ecaab72855f568a182be5f475fc4425e54c Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 18 Oct 2024 10:46:27 +0200 Subject: [PATCH] ci: fix ci workspace env var --- .woodpecker/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index b5c59fa..d1dfb24 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -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"