24
1
Fork 0

Do not cache node modules on GitLab CI

This commit is contained in:
timvisee 2020-10-15 19:01:37 +02:00
parent 0dd4f8d2cc
commit dd9d6c1660
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 0 additions and 4 deletions

View File

@ -3,10 +3,6 @@ image: "node:12-slim"
stages:
- test
cache:
paths:
- node_modules/
before_script:
# Install dependencies
- apt-get update