2018-06-08 21:35:13 +00:00
|
|
|
stages:
|
|
|
|
- test
|
2018-06-08 21:12:12 +00:00
|
|
|
|
2018-06-08 21:35:13 +00:00
|
|
|
test:
|
|
|
|
stage: test
|
|
|
|
image: alpine:latest
|
|
|
|
before_script:
|
|
|
|
- apk update
|
|
|
|
- apk add python3
|
|
|
|
- pip3 install homeassistant==$(cat .HA_VERSION)
|
2018-06-08 21:12:12 +00:00
|
|
|
script:
|
|
|
|
- cp secrets.example.yaml secrets.yaml
|
|
|
|
- touch zones.yaml
|
|
|
|
- hass -c . --script check_config --files
|