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

Update .gitlab-ci.yml

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