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

This commit is contained in:
sthope 2021-09-02 14:39:14 +02:00
parent d7fcdf97b5
commit 99eebb161c

View File

@ -11,7 +11,6 @@ steps:
- mv mock_secrets.yaml secrets.yaml
- cp -r . /config/
- hass -c /config --script check_config
- rm secrets.yaml
- name: Test HA rc
pull: always
@ -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
- rm secrets.yaml