From 3b6d5aea43a101587bfbb4351dccbeb87ccbb702 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 22 Sep 2019 22:29:58 +0200 Subject: [PATCH] try fix build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b60c3523..4a24a287 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build: script: - "../gm_database_password.sh" - "cd ReallifeGamemode.Server/" - - "dotnet publish -c Release -r linux-x86" + - "dotnet build -c Release" - "cd ../ReallifeGamemode.Client/" - "npm ci" - "npm run build:server"