Commit 407d4574 authored by 李纪文's avatar 李纪文

Update .gitlab-ci.yml

parent ddd7a28a
Pipeline #58070 failed with stages
in 4 seconds
variables: variables:
DEPLOY_PATH: 'F:/WisdomComponents' DEPLOY_PATH: "F:/WisdomComponents"
stages: stages:
- init - init
...@@ -16,7 +16,7 @@ before_script: ...@@ -16,7 +16,7 @@ before_script:
init: init:
stage: init stage: init
script: script:
- cd /d %DEPLOY_PATH%/src/wisdom-components - 'cd /d ${DEPLOY_PATH}/src/wisdom-components'
- dir - 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