This commit is contained in:
parent
3375d9f557
commit
9412c93002
@ -3,17 +3,12 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# - name: name: Test HA Stable
|
|
||||||
# pull: always
|
|
||||||
# image: ghcr.io/home-assistant/home-assistant:stable
|
|
||||||
# commands:
|
|
||||||
# - python -m homeassistant --config $CI_PROJECT_DIR --script check_config --info all
|
|
||||||
|
|
||||||
- name: Test HA Stable
|
- name: Test HA Stable
|
||||||
pull: always
|
pull: always
|
||||||
image: homeassistant/home-assistant:latest
|
image: homeassistant/home-assistant:latest
|
||||||
commands:
|
commands:
|
||||||
# - mv mock_secrets.yaml secrets.yaml
|
- mv mock_secrets.yaml secrets.yaml
|
||||||
- cp -r . /config/
|
- cp -r . /config/
|
||||||
- hass -c /config --script check_config
|
- hass -c /config --script check_config
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user