From 8037f80afedeb16a082657d80491c7c41a9530c8 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 28 Jul 2019 21:33:55 +0200 Subject: [PATCH] remove gitlab-ci cache --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 542f3fd8..bb8bbd71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,6 @@ stages: - build -cache: - key: ${CI_COMMIT_REF_SLUG} - paths: - - ReallifeGamemode.Client/node_modules/ - before_script: - "git lfs install" - "git lfs pull" @@ -18,7 +13,7 @@ build: - "../gm_database_password.sh" - "dotnet build -c ServerBuild" - "cd ReallifeGamemode.Client/" - - "npm ci" + - "npm install --save-dev" - "npm run build:server" - "cd ../" - "sudo ../gm_copy_build_files.sh" \ No newline at end of file