correction chemin + TODO

This commit is contained in:
Julien Cabillot
2017-04-24 01:30:04 +02:00
committed by Cabillot Julien
parent 67557b6779
commit 1562518910
2 changed files with 3 additions and 2 deletions

View File

@@ -24,4 +24,4 @@ yaml:
- pip install "PyYAML"
script:
- cd "${CI_PROJECT_DIR}/home-assistant"
- python -c "from yaml import load, Loader; load(open('ha_configuration.yml'), Loader=Loader)"
- python -c "from yaml import load, Loader; load(open('configuration.yaml'), Loader=Loader)"