mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-16 19:39:24 +00:00
Persist node modules between CI stages
This commit is contained in:
parent
04a7e5b2c9
commit
2221a14f7a
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ build:
|
|||
artifacts:
|
||||
name: "$CI_JOB_ID"
|
||||
paths:
|
||||
- ./node_modules
|
||||
- ./public
|
||||
expire_in: 30 mins
|
||||
|
||||
|
|
Loading…
Reference in a new issue