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