ci: enable release stage

Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
This commit is contained in:
Thomas Klaehn
2017-03-30 15:17:38 +02:00
parent 4646c7d7a6
commit f4ad11e92b
6 changed files with 107 additions and 14 deletions

10
gate_guard.service Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=Chickenhouse gate guard service
After=multi-user.target
[Service]
Type=idle
ExecStart=/usr/bin/python /usr/local/lib/python2.7/dist-packages/gate_guard/__init__.py
[Install]
WantedBy=multi-user.target