GitLab CI: don't cache static directory
This didn't work like I hoped
This commit is contained in:
@ -4,14 +4,11 @@ variables:
|
||||
NODE_ENV: test
|
||||
|
||||
cache:
|
||||
- key:
|
||||
files:
|
||||
- yarn.lock
|
||||
paths:
|
||||
- node_modules
|
||||
- key: $CI_COMMIT_REF_NAME
|
||||
paths:
|
||||
- static
|
||||
key:
|
||||
files:
|
||||
- yarn.lock
|
||||
paths:
|
||||
- node_modules
|
||||
|
||||
stages:
|
||||
- lint
|
||||
|
||||
Reference in New Issue
Block a user