Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
sthope 2021-09-02 11:35:13 +02:00
parent 3375d9f557
commit 9412c93002

View File

@ -3,17 +3,12 @@ kind: pipeline
name: default
steps:
# - name: name: Test HA Stable
# pull: always
# image: ghcr.io/home-assistant/home-assistant:stable
# commands:
# - python -m homeassistant --config $CI_PROJECT_DIR --script check_config --info all
- name: Test HA Stable
pull: always
image: homeassistant/home-assistant:latest
commands:
# - mv mock_secrets.yaml secrets.yaml
- mv mock_secrets.yaml secrets.yaml
- cp -r . /config/
- hass -c /config --script check_config