mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-12-22 22:35:59 +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:
|
artifacts:
|
||||||
name: "$CI_JOB_ID"
|
name: "$CI_JOB_ID"
|
||||||
paths:
|
paths:
|
||||||
|
- ./node_modules
|
||||||
- ./public
|
- ./public
|
||||||
expire_in: 30 mins
|
expire_in: 30 mins
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue