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

Sync with upstream 76416e0

parent 78e103a1
No related branches found
No related tags found
1 merge request!6Sync with Forest Park updates
Pipeline #2038 passed with stage
in 1 minute and 56 seconds
stages:
- 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
image: homeassistant/amd64-homeassistant
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
image: homeassistant/amd64-homeassistant:latest
script:
- hass --version
- hass --script check_config -c .
- *lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment