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

Update .gitlab-ci.yml

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