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

Add CI

parent 6b733ce9
Branches
Tags
1 merge request!1Add CI
Pipeline #219 failed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
.gitlab-ci.yml 0 → 100644
stages:
- test
lint:
stage: test
image: homeassistant/amd64-homeassistant
before_script:
- mkdir -p /home/pi/ssl
- touch /home/pi/ssl/chain
- touch /home/pi/ssl/key
script:
- hass --script check_config -c .
# [Home Assistant](https://home-assistant.io/) Configurations
# [Home Assistant](https://home-assistant.io/) Configurations [![pipeline status](https://git.ethitter.com/open-source/Home-Assistant-Config/badges/master/pipeline.svg)](https://git.ethitter.com/open-source/Home-Assistant-Config/commits/master)
My configuration files for the open-source [Home Assistant](https://home-assistant.io/) home-automation platform. Provided as a reference, with no warranty or other support. Released under GPL 2.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment