Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sthope 2021-09-02 14:11:18 +02:00
parent ef3279aee5
commit f0a371cea0

View File

@ -16,7 +16,6 @@ steps:
pull: always
image: homeassistant/home-assistant:rc
commands:
# - mv mock_secrets.yaml secrets.yaml
- cp -r . /config/
- hass -c /config --script check_config
@ -24,7 +23,6 @@ steps:
pull: always
image: homeassistant/home-assistant:dev
commands:
# - mv mock_secrets.yaml secrets.yaml
- cp -r . /config/
- hass -c /config --script check_config