Commit 9fd592fa authored by 叶飞's avatar 叶飞

feat: gitlab ci

parent 693a2c04
Pipeline #18366 canceled with stages
in 1 minute 16 seconds
...@@ -8,6 +8,7 @@ stages: ...@@ -8,6 +8,7 @@ stages:
- release - release
before_script: before_script:
- chcp 65001
- echo 查看运行环境 - echo 查看运行环境
- whoami - whoami
- node -v - node -v
...@@ -15,7 +16,7 @@ before_script: ...@@ -15,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
- echo 开始安装依赖... - echo 开始安装依赖...
......
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