remove gitlab-ci cache

This commit is contained in:
hydrant
2019-07-28 21:33:55 +02:00
parent dc0a2f4276
commit 8037f80afe

View File

@@ -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"