mirror of
https://gitlab.com/skobkin/home-assistant-config.git
synced 2024-11-14 16:43: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
|
||||
- apt-get install -y libudev-dev
|
||||
- pip3 install homeassistant
|
||||
# Creating placeholder files
|
||||
- echo '[]' > persons.yaml
|
||||
|
||||
check_config:
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue