更新 .drone.yml #1

Open
clay wants to merge 2 commits from auth into master
Showing only changes of commit 7b00c2ad89 - Show all commits

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进行打包使用
@@ -88,6 +86,3 @@ trigger:
- custom-query-biz
- sentinel-dashboard
- workflow
event:
- push