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:
- release
before_script:
- chcp 65001
- echo 查看运行环境
- whoami
- node -v
......@@ -15,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
- 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