From 2f479302d77347da71f9d30c181a0bce8a0b9a72 Mon Sep 17 00:00:00 2001 From: FelixH Date: Thu, 24 Jan 2019 16:29:50 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f0e3bb..b13bb29 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,4 +9,5 @@ build: - rm -rf ~/slowdowner/* - cp -r ./* ~/slowdowner - ln -s /media/songs ~/slowdowner/src/static - - sudo /bin/systemctl restart slowdowner.service \ No newline at end of file + - sudo /bin/systemctl restart slowdowner.service + - sudo /bin/systemctl status slowdowner.service \ No newline at end of file