提交 7bc46b3d 作者: 方治民

ci: 更新缓存的阶段配置

上级 02391834
...@@ -13,14 +13,13 @@ stages: ...@@ -13,14 +13,13 @@ stages:
- test - test
- deploy - deploy
# 缓存配置
cache:
paths:
- node_modules/
# 编译项目 # 编译项目
build-job: build-job:
stage: build stage: build
# 缓存配置
cache:
paths:
- node_modules/
# 使用 node lts 精简版容器 # 使用 node lts 精简版容器
image: $REGISTRY_REMOTE/node image: $REGISTRY_REMOTE/node
only: only:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论