Commit 0eef04ee authored by 李纪文's avatar 李纪文

Update .gitlab-ci.yml

parent 7338584f
Pipeline #58276 passed with stages
in 5 minutes 54 seconds
......@@ -40,5 +40,6 @@ release:
script:
- 'cd ${DEPLOY_PATH}/src/wisdom-components'
- echo 开始拷贝发布包...
- 'robocopy dist ${DEPLOY_PATH}/dist /e || cmd /c "exit /b 0"'
- 'robocopy "${DEPLOY_PATH}/src/wisdom-components/dist" "${DEPLOY_PATH}/dist" /S ;
IF ((${LASTEXITCODE} -le 8)) {cmd /c "exit /b 0"}'
- 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