GitLab CI: don't cache static directory

This didn't work like I hoped
merge-requests/689/merge
Alex Gleason 3 years ago
parent c18224f911
commit 680cfe09f8
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -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…
Cancel
Save