changement de check pour homeassistant

This commit is contained in:
Julien Cabillot 2017-11-08 10:43:06 +01:00 committed by JC
parent d833fdb5a1
commit 9a60019a15

View File

@ -27,7 +27,6 @@ inocode:
yaml:
image: "python:alpine"
before_script:
- pip install "PyYAML"
- pip install "homeassistant"
script:
- cd "${CI_PROJECT_DIR}/home-assistant"
- python -c "from yaml import load, Loader; load(open('ha_configuration.yml'), Loader=Loader)"
- hass --config "${CI_PROJECT_DIR}/home-assistant" --script check_config