feat : 模拟执行报错

This commit is contained in:
clay
2024-09-19 04:30:26 +08:00
parent f4b8484139
commit cfddc12cc9

View File

@@ -21,7 +21,7 @@ steps:
- bash maven.sh
- name: build-docker # 制作docker镜像
image: docker # 使用官方docker镜像
image: 10.7.127.190:38080/docker/docker # 使用官方docker镜像
volumes: # 将容器内目录挂载到宿主机
- name: maven-build
path: /app/build # 将应用打包好的Jar和执行脚本挂载出来