Cache node_modules
This commit is contained in:
parent
a52a549ff2
commit
b344d5be7f
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,12 @@ stages:
|
|||
- build
|
||||
- deploy
|
||||
|
||||
# Cache modules in between jobs
|
||||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- node_modules/
|
||||
|
||||
build:
|
||||
stage: build
|
||||
image: electronuserland/builder:wine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue