[fix]:[20251208][drone 测试本地仓库构建]
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
9bf3aba2ae
commit
5ddbcb87e9
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user