remove gitlab-ci cache
This commit is contained in:
@@ -1,11 +1,6 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
cache:
|
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
|
||||||
paths:
|
|
||||||
- ReallifeGamemode.Client/node_modules/
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- "git lfs install"
|
- "git lfs install"
|
||||||
- "git lfs pull"
|
- "git lfs pull"
|
||||||
@@ -18,7 +13,7 @@ build:
|
|||||||
- "../gm_database_password.sh"
|
- "../gm_database_password.sh"
|
||||||
- "dotnet build -c ServerBuild"
|
- "dotnet build -c ServerBuild"
|
||||||
- "cd ReallifeGamemode.Client/"
|
- "cd ReallifeGamemode.Client/"
|
||||||
- "npm ci"
|
- "npm install --save-dev"
|
||||||
- "npm run build:server"
|
- "npm run build:server"
|
||||||
- "cd ../"
|
- "cd ../"
|
||||||
- "sudo ../gm_copy_build_files.sh"
|
- "sudo ../gm_copy_build_files.sh"
|
||||||
Reference in New Issue
Block a user