GitLab CI: don't cache static directory
This didn't work like I hoped
This commit is contained in:
parent
c18224f911
commit
680cfe09f8
1 changed files with 5 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue