Commit 6c5388e9 authored by 叶飞's avatar 叶飞

feat: gitlab ci

parent 44446b78
Pipeline #18381 failed with stage
in 6 seconds
...@@ -15,5 +15,5 @@ release: ...@@ -15,5 +15,5 @@ release:
script: script:
- cd /d %DEPLOY_PATH%/src/wisdom-components - cd /d %DEPLOY_PATH%/src/wisdom-components
- echo 开始拷贝发布包... - echo 开始拷贝发布包...
- 'robocopy dist %DEPLOY_PATH%/dist ; IF ((%LASTEXITCODE% -le 8)) {cmd /c "exit /b 0"}' - robocopy dist %DEPLOY_PATH%/dist ; IF ((${LASTEXITCODE} -le 8)) {cmd /c "exit /b 0"}
- 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