This commit is contained in:
parent
35892c831d
commit
15b1e3bbfe
@ -8,7 +8,7 @@ steps:
|
|||||||
pull: always
|
pull: always
|
||||||
image: homeassistant/home-assistant:latest
|
image: homeassistant/home-assistant:latest
|
||||||
commands:
|
commands:
|
||||||
- mv mock_secrets.yaml secrets.yaml
|
# - mv mock_secrets.yaml secrets.yaml
|
||||||
- cp -r . /config/
|
- cp -r . /config/
|
||||||
- hass -c /config --script check_config
|
- hass -c /config --script check_config
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ steps:
|
|||||||
pull: always
|
pull: always
|
||||||
image: homeassistant/home-assistant:rc
|
image: homeassistant/home-assistant:rc
|
||||||
commands:
|
commands:
|
||||||
- mv mock_secrets.yaml secrets.yaml
|
# - mv mock_secrets.yaml secrets.yaml
|
||||||
- cp -r . /config/
|
- cp -r . /config/
|
||||||
- hass -c /config --script check_config
|
- hass -c /config --script check_config
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ steps:
|
|||||||
pull: always
|
pull: always
|
||||||
image: homeassistant/home-assistant:dev
|
image: homeassistant/home-assistant:dev
|
||||||
commands:
|
commands:
|
||||||
- mv mock_secrets.yaml secrets.yaml
|
# - mv mock_secrets.yaml secrets.yaml
|
||||||
- cp -r . /config/
|
- cp -r . /config/
|
||||||
- hass -c /config --script check_config
|
- hass -c /config --script check_config
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user