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

This commit is contained in:
sthope 2021-09-02 11:30:11 +02:00
parent 5f063fdcca
commit d9bf9cc6e7

View File

@ -3,11 +3,19 @@ type: docker
name: default
steps:
- name: ha-stable
# - 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: ghcr.io/home-assistant/home-assistant:stable
image: homeassistant/home-assistant:latest
commands:
- python -m homeassistant --config $CI_PROJECT_DIR --script check_config --info all
# - mv mock_secrets.yaml secrets.yaml
# - cp -r . /config/
- hass -c /config --script check_config
- name: discord