chore: remove node_modules from ci cache

This commit is contained in:
Gregor Kleen 2019-11-08 14:46:49 +01:00
parent 2e3be37e5d
commit ec08524282

View File

@ -3,7 +3,6 @@ default:
cache: cache:
key: "${CI_COMMIT_REF_SLUG}" key: "${CI_COMMIT_REF_SLUG}"
paths: paths:
- node_modules
- .stack - .stack
- .stack-work - .stack-work