From 77d257cda2612d9d646133197c2e136ae4029c39 Mon Sep 17 00:00:00 2001 From: hydrant Date: Tue, 26 Feb 2019 19:51:37 +0100 Subject: [PATCH] fix build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6db112d3..9db3bc78 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,4 +14,4 @@ build: - "../gm_database_password.sh" - "dotnet build -c ServerBuild" - "../gm_copy_build_files.sh" - - "sudo systemctl restart ragempsrv.service" \ No newline at end of file + - "sudo systemctl restart ragempsrv" \ No newline at end of file