mirror of
https://gitlab.com/skobkin/home-assistant-config.git
synced 2024-11-15 00:53:05 +00:00
Trying to solve 'file not found' error
This commit is contained in:
parent
9a43aad240
commit
fca5ef6c1e
|
@ -4,6 +4,8 @@ before_script:
|
||||||
- cp ci_secrets.yaml secrets.yaml
|
- cp ci_secrets.yaml secrets.yaml
|
||||||
- apt-get install -y libudev-dev
|
- apt-get install -y libudev-dev
|
||||||
- pip3 install homeassistant
|
- pip3 install homeassistant
|
||||||
|
# Creating placeholder files
|
||||||
|
- echo '[]' > persons.yaml
|
||||||
|
|
||||||
check_config:
|
check_config:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue