Compare commits
No commits in common. "dda1763ce6d386312ba6b651a9c4ca30712494b9" and "9bf3aba2ae00a74095fc1535f72cc78896b01079" have entirely different histories.
dda1763ce6
...
9bf3aba2ae
@ -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 ../ -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
|
- 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
|
||||||
@ -187,7 +187,7 @@ steps:
|
|||||||
# - front-${DRONE_COMMIT_SHA:0:8}
|
# - front-${DRONE_COMMIT_SHA:0:8}
|
||||||
# 如果你需要把 dist.tgz 复制给 build
|
# 如果你需要把 dist.tgz 复制给 build
|
||||||
extra_files:
|
extra_files:
|
||||||
- dist.tgz
|
- vue-ui/dist.tgz
|
||||||
depends_on:
|
depends_on:
|
||||||
- frontend-build
|
- frontend-build
|
||||||
# - debug_context
|
# - debug_context
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user