更新 .drone.yml
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2026-01-13 11:54:01 +08:00
parent d9aa77368b
commit 7b00c2ad89

View File

@@ -2,8 +2,6 @@ kind: pipeline
type: docker
name: fateverse
steps:
- name: build-jar # 流水线名称
image: maven:3.8.5-openjdk-11 # 定义创建容器的Docker镜像,maven:3.8.5-openjdk-8用于对java进行打包使用
@@ -87,7 +85,4 @@ trigger:
- code-gen
- custom-query-biz
- sentinel-dashboard
- workflow
event:
- push
- workflow