GitLab CI: don't cache static directory

This didn't work like I hoped
This commit is contained in:
Alex Gleason 2021-08-23 14:36:14 -05:00
parent c18224f911
commit 680cfe09f8
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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