Commit dfb8d3cf authored by 李纪文's avatar 李纪文

Update .gitlab-ci.yml

parent 0195a2bf
Pipeline #58064 failed with stages
in 8 seconds
variables: variables:
DEPLOY_PATH: 'F:/WisdomComponents/src/wisdom-components' DEPLOY_PATH: 'F:/WisdomComponents'
stages: stages:
- init - init
...@@ -17,7 +17,7 @@ init: ...@@ -17,7 +17,7 @@ init:
stage: init stage: init
script: script:
- cd /d "f:/wisdomcomponents/src/wisdom-components" - cd /d "f:/wisdomcomponents/src/wisdom-components"
- dir
- git pull - git pull
- npm install - npm install
......
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