home-assistant-config/.gitlab-ci.yml

16 lines
287 B
YAML
Raw Normal View History

image: 'python:3.8-slim'
before_script:
- cp ci_secrets.yaml secrets.yaml
- apt-get update
- apt-get install -y libudev-dev
- pip3 install homeassistant
2019-08-31 00:17:36 +00:00
# Creating placeholder files
- echo '[]' > persons.yaml
check_config:
script:
- hass -c . --script check_config