From f1a23ddf53ca948b6a89e0faa31abb11a267feb9 Mon Sep 17 00:00:00 2001 From: Lukas Ruge <lukeslog@googlemail.com> Date: Thu, 8 Oct 2020 10:33:16 +0200 Subject: [PATCH] dirty tricks to kill the node --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b1c55e..f2fd6b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ deploy_site: only: - master script: - - killall node + - killall node || true - rm -rf /home/historyb/historybot - mkdir /home/historyb/historybot - mv * /home/historyb/historybot -- GitLab