Commit edb912ac authored by 李红林's avatar 李红林

Update .gitlab-ci.yml

parent 65d48707
Pipeline #48851 failed
......@@ -19,8 +19,7 @@ install:
- git stash
- git pull origin master
- git rm -rf ./node_modules/
- npm cache clean -f
- npm run init
cache:
key: ${CI_COMMIT_REF_SLUG}
......@@ -42,10 +41,10 @@ package:
- git pull origin master
#- npm run init
- npm run build --releasepath=../CivWebPublish2021
#cache:
# key: ${CI_COMMIT_REF_SLUG}
# paths:
# - node_modules/
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
only:
- master
when: manual
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment