Skip to content
Snippets Groups Projects
Commit 1de62a29 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

modified cache to use fallback

parent c30618e1
No related branches found
No related tags found
1 merge request!27Resolve "Update CI"
This commit is part of merge request !27. Comments created here will be created in the context of that merge request.
......@@ -10,6 +10,7 @@ variables:
PERFORMANCE_DISABLED: "true"
SAST_DISABLED: "true"
TEST_DISABLED: "true"
CACHE_FALLBACK_KEY: proxy-master
include:
- template: Jobs/Build.gitlab-ci.yml
......@@ -52,10 +53,11 @@ prepare_node:
- public/mix-manifest.json
cache:
# Cache per Branch
key: "metager-${CI_JOB_NAME}"
key: "proxy-$CI_COMMIT_REF_SLUG"
paths:
- .npm
- .npm-package-cache
- node_modules
only:
- branches
- tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment