Skip to content
Snippets Groups Projects

Add CI

Closed Erick Hitter requested to merge add/ci into master
2 files
+ 13
1
Compare changes
  • Side-by-side
  • Inline
Files
2
.gitlab-ci.yml 0 → 100644
+ 12
0
 
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 .
Loading