Skip to content
Snippets Groups Projects
Commit f7af388d authored by Erick Hitter's avatar Erick Hitter
Browse files

Sync with upstream 76416e0

parent 78e103a1
Branches
Tags
1 merge request!6Sync with Forest Park updates
Pipeline #2038 passed
stages: stages:
- test - test
lint: before_script:
- mkdir -p /home/pi/ssl
- mkdir -p /home/pi/.ssh
- touch /home/pi/ssl/chain
- touch /home/pi/ssl/key
- touch /home/pi/.ssh/id_rsa
.lint: &lint
- hass --version
- hass --script check_config -c .
lint:current:
stage: test
image: homeassistant/amd64-homeassistant:0.102.3
script:
- *lint
lint:latest:
stage: test stage: test
image: homeassistant/amd64-homeassistant image: homeassistant/amd64-homeassistant:latest
before_script:
- mkdir -p /home/pi/ssl
- mkdir -p /home/pi/.ssh
- touch /home/pi/ssl/chain
- touch /home/pi/ssl/key
- touch /home/pi/.ssh/id_rsa
script: script:
- hass --version - *lint
- hass --script check_config -c .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment