Commit 73684b8d authored by 李纪文's avatar 李纪文

Update .gitlab-ci.yml

parent 8ffd1aad
Pipeline #58096 failed with stages
in 6 minutes 30 seconds
......@@ -24,13 +24,13 @@ init:
bootstrap:
stage: bootstrap
script:
- cd %DEPLOY_PATH%/src/wisdom-components
- 'cd ${DEPLOY_PATH}/src/wisdom-components'
- dir
build:
stage: build
script:
- cd %DEPLOY_PATH%/src/wisdom-components
- 'cd ${DEPLOY_PATH}/src/wisdom-components'
- echo 开始打包...
- npm run site
- echo 打包完成
......@@ -38,7 +38,7 @@ build:
release:
stage: release
script:
- cd %DEPLOY_PATH%/src/wisdom-components
- 'cd ${DEPLOY_PATH}/src/wisdom-components'
- echo 开始拷贝发布包...
- robocopy dist %DEPLOY_PATH%/dist /e || cmd /c "exit /b 0"
- 'robocopy dist ${DEPLOY_PATH}/dist /e || 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