Commit 72d2b8a8 authored by 李纪文's avatar 李纪文

Update .gitlab-ci.yml

parent 7925f7c9
Pipeline #68583 canceled with stages
in 1 minute 28 seconds
...@@ -18,12 +18,10 @@ init: ...@@ -18,12 +18,10 @@ init:
script: script:
- 'cd ${DEPLOY_PATH}/src/wisdom-components' - 'cd ${DEPLOY_PATH}/src/wisdom-components'
- dir - dir
- rimraf node_modules
- rimraf .umi-production
- git branch - git branch
- git reset --hard origin/dev - git reset --hard origin/dev
- git pull - git pull
- yarn install --registry=https://g.civnet.cn:4873 --legacy-peer-deps - npm install --registry=https://g.civnet.cn:4873 --legacy-peer-deps
bootstrap: bootstrap:
stage: bootstrap stage: bootstrap
......
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