From 1462ef39107efa4e7eca781ab065f3af3e2c5b50 Mon Sep 17 00:00:00 2001 From: FelixH Date: Sun, 20 Jan 2019 12:00:38 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05d2748..fcae7e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ build: stage: build image: node:latest script: - - killall node + - killall node >> /dev/null 2>&1 - yarn - ln -s /media/songs ./src/static - yarn run start >> /var/log/slowdowner/access.log 2>&1 & true