删除 '.drone.yml'
ci/woodpecker/manual/build Pipeline failed Details

This commit is contained in:
lianglianglee 2024-05-10 11:16:22 +08:00
parent e2169f9496
commit 09f472711a
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
# .drone.yml
kind: pipeline
name: default
steps:
- name: install
image: golang
commands:
- go mod tidy
- name: build
image: golang
commands:
- go build