fix(build): add rpt2 cache to cache rather than artifacts
This commit is contained in:
parent
30ea7d6fc8
commit
0996390183
|
@ -89,12 +89,14 @@ build-node:
|
|||
artifacts:
|
||||
expire_in: 1 week
|
||||
paths:
|
||||
- out/
|
||||
- out/*.js
|
||||
- out/*.js.map
|
||||
cache:
|
||||
key: "${CI_COMMIT_REF_SLUG}"
|
||||
policy: pull-push
|
||||
paths:
|
||||
- node_modules
|
||||
- out/cache
|
||||
|
||||
build-image:
|
||||
<<: [*build-docker]
|
||||
|
|
Loading…
Reference in New Issue