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

Update .gitlab-ci.yml

parent edb912ac
Pipeline #48852 passed with stages
in 9 minutes 48 seconds
......@@ -18,8 +18,6 @@ install:
script:
- git stash
- git pull origin master
- npm run init
cache:
key: ${CI_COMMIT_REF_SLUG}
......@@ -41,10 +39,10 @@ package:
- git pull origin master
#- npm run init
- npm run build --releasepath=../CivWebPublish2021
cache:
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
- 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