diff --git a/.drone.yml b/.drone.yml index 150f273..b21e16a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,11 +7,7 @@ steps: pull: always image: ghcr.io/home-assistant/home-assistant:stable script: - - | - python -m homeassistant \ - --config $CI_PROJECT_DIR \ - --script check_config \ - --info all + - python -m homeassistant --config $CI_PROJECT_DIR --script check_config --info all - name: discord