提交 05a3d16c authored 作者: 张伊明's avatar 张伊明

fix 修改cil配置文件

上级 4c47b21f
...@@ -2,10 +2,10 @@ stages: ...@@ -2,10 +2,10 @@ stages:
- build - build
- deploy - deploy
cache: # cache:
key: "$CI_COMMIT_REF_SLUG" # key: "$CI_COMMIT_REF_SLUG"
paths: # paths:
- .npm/ # - .npm/
build_pre: build_pre:
stage: build stage: build
...@@ -19,9 +19,9 @@ build_pre: ...@@ -19,9 +19,9 @@ build_pre:
- npm ci --prefer-offline --no-audit --no-fund - npm ci --prefer-offline --no-audit --no-fund
- npm run build - npm run build
artifacts: artifacts:
expire_in: 1 hour
paths: paths:
- dist/ - dist/
expire_in: 1 hour
deploy_pre: deploy_pre:
stage: deploy stage: deploy
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论