Commit 279d5243 authored by 李纪文's avatar 李纪文

Update .gitlab-ci.yml

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