build(gitlab-ci): disable caching .cache/ for now
This commit is contained in:
parent
0f4ef7a54e
commit
5cb8afe716
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ image: node:latest
|
|||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
- .cache/
|
||||
# - .cache/
|
||||
- public/
|
||||
|
||||
pages:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue