This commit is contained in:
parent
5f063fdcca
commit
d9bf9cc6e7
14
.drone.yml
14
.drone.yml
@ -3,11 +3,19 @@ type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: ha-stable
|
||||
# - 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
|
||||
pull: always
|
||||
image: ghcr.io/home-assistant/home-assistant:stable
|
||||
image: homeassistant/home-assistant:latest
|
||||
commands:
|
||||
- python -m homeassistant --config $CI_PROJECT_DIR --script check_config --info all
|
||||
# - mv mock_secrets.yaml secrets.yaml
|
||||
# - cp -r . /config/
|
||||
- hass -c /config --script check_config
|
||||
|
||||
|
||||
- name: discord
|
||||
|
Loading…
x
Reference in New Issue
Block a user