From 2959dcdc19931a864b7a79139fce30d7c7d1b8ad Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Tue, 12 Jun 2018 20:27:34 -0400 Subject: [PATCH] Remove gitlab deployment --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 014397d..268b257 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ stages: - test - - deploy test: stage: test @@ -13,10 +12,3 @@ test: - cp secrets.example.yaml secrets.yaml - touch zones.yaml - hass -c . --script check_config --files -deploy: - stage: deploy - tags: - - home - - shell - script: - - make upgrade