From e78df8be4076a511d65be9be5fea2a584d1ce90f Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 10 Sep 2019 16:55:12 +0200 Subject: [PATCH] more ci --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 664858c..4b10154 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,8 @@ deploy: only: - deploy script: + - sudo service modbusMaster stop - cp src/*.py /opt/services/modbusMaster - cp src/modbusMaster.service /opt/services/modbusMaster - + - sudo service modbusMaster start +