[fix]:[20251208][drone 测试本地仓库构建]
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
kale 2025-12-10 09:49:01 -05:00
parent 9bf3aba2ae
commit 5ddbcb87e9

View File

@ -117,9 +117,9 @@ steps:
- npm run build - npm run build
- cd dist && tar -czf ../dist.tgz . && cd .. - cd dist && tar -czf ../dist.tgz . && cd ..
- mkdir -p /localcache/apps/${DRONE_REPO_NAME} - mkdir -p /localcache/apps/${DRONE_REPO_NAME}
- cp dist.tgz /localcache/apps/${DRONE_REPO_NAME}/dist-${DRONE_TAG}.tgz -f - cp dist.tgz /localcache/apps/${DRONE_REPO_NAME}/dist-${DRONE_TAG}.tgz -f && cp dist.tgz ../ -f
- ls -lah /localcache/apps/${DRONE_REPO_NAME}/dist-${DRONE_TAG}.tgz - ls -lah /localcache/apps/${DRONE_REPO_NAME}/dist-${DRONE_TAG}.tgz
- cd ../ && ls -lah vue-ui/dist.tgz # - cd ../ && ls -lah vue-ui/dist.tgz
- name: java-build - name: java-build
image: registry.cn-beijing.aliyuncs.com/yinzy/maven:jk3.9-8 image: registry.cn-beijing.aliyuncs.com/yinzy/maven:jk3.9-8