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