Compare commits
No commits in common. "f1671056966edbfebefec69c73ce109a8b1d4674" and "fa8c144290ec236195c793b8fd591e8efb3d8bb0" have entirely different histories.
f167105696
...
fa8c144290
11
.drone.yml
11
.drone.yml
@ -145,14 +145,6 @@ steps:
|
|||||||
echo "⚠️ No JAR file found to backup"
|
echo "⚠️ No JAR file found to backup"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: debug_context
|
|
||||||
image: alpine
|
|
||||||
commands:
|
|
||||||
- pwd
|
|
||||||
- ls -R .
|
|
||||||
depends_on:
|
|
||||||
- frontend-build
|
|
||||||
|
|
||||||
- name: frontend_docker_build
|
- name: frontend_docker_build
|
||||||
image: registry.cn-beijing.aliyuncs.com/yinzy/drone-plugins:docker-latest
|
image: registry.cn-beijing.aliyuncs.com/yinzy/drone-plugins:docker-latest
|
||||||
pull: false
|
pull: false
|
||||||
@ -186,9 +178,6 @@ steps:
|
|||||||
# 如果你需要把 dist.tgz 复制给 build
|
# 如果你需要把 dist.tgz 复制给 build
|
||||||
extra_files:
|
extra_files:
|
||||||
- vue-ui/dist.tgz
|
- vue-ui/dist.tgz
|
||||||
depends_on:
|
|
||||||
- frontend-build
|
|
||||||
- debug_context
|
|
||||||
|
|
||||||
- name: docker_build
|
- name: docker_build
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user