Compare commits

...

3 Commits

Author SHA1 Message Date
dda1763ce6 Merge pull request '[fix]:[20251208][drone 测试本地仓库构建]' (#59) from yinzy_dev into main
Reviewed-on: #59
2025-12-10 22:39:42 +08:00
kale
4da446dfc3 [fix]:[20251208][drone 测试本地仓库构建]
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/tag Build is failing
2025-12-10 09:50:03 -05:00
kale
5ddbcb87e9 [fix]:[20251208][drone 测试本地仓库构建]
All checks were successful
continuous-integration/drone/pr Build is passing
2025-12-10 09:49:01 -05:00

View File

@ -117,9 +117,9 @@ steps:
- npm run build
- cd dist && tar -czf ../dist.tgz . && cd ..
- 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
- cd ../ && ls -lah vue-ui/dist.tgz
# - cd ../ && ls -lah vue-ui/dist.tgz
- name: java-build
image: registry.cn-beijing.aliyuncs.com/yinzy/maven:jk3.9-8
@ -187,7 +187,7 @@ steps:
# - front-${DRONE_COMMIT_SHA:0:8}
# 如果你需要把 dist.tgz 复制给 build
extra_files:
- vue-ui/dist.tgz
- dist.tgz
depends_on:
- frontend-build
# - debug_context