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: ...@@ -18,8 +18,6 @@ install:
script: script:
- git stash - git stash
- git pull origin master - git pull origin master
- npm run init - npm run init
cache: cache:
key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
...@@ -41,10 +39,10 @@ package: ...@@ -41,10 +39,10 @@ package:
- git pull origin master - git pull origin master
#- npm run init #- npm run init
- npm run build --releasepath=../CivWebPublish2021 - npm run build --releasepath=../CivWebPublish2021
cache: cache:
key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
paths: paths:
- node_modules/ - node_modules/
only: only:
- master - master
when: manual 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