Compare commits

..

No commits in common. "dda1763ce6d386312ba6b651a9c4ca30712494b9" and "9bf3aba2ae00a74095fc1535f72cc78896b01079" have entirely different histories.

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 ../ -f
- cp dist.tgz /localcache/apps/${DRONE_REPO_NAME}/dist-${DRONE_TAG}.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:
- dist.tgz
- vue-ui/dist.tgz
depends_on:
- frontend-build
# - debug_context