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
|
NODE_ENV: test
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- key:
|
key:
|
||||||
files:
|
files:
|
||||||
- yarn.lock
|
- yarn.lock
|
||||||
paths:
|
paths:
|
||||||
- node_modules
|
- node_modules
|
||||||
- key: $CI_COMMIT_REF_NAME
|
|
||||||
paths:
|
|
||||||
- static
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
|
|
Loading…
Reference in a new issue