fix: fix build file bug
continuous-integration/drone/push Build was killed Details
continuous-integration/drone Build was killed Details

master
BusyBruce 3 years ago
parent e3a9965dde
commit 1cd7c20b2f

@ -1,9 +1,14 @@
kind: pipeline
name: hello-drone-backup
type: exec
name: hello-drone
platform:
os: linux
arch: amd64
steps:
- name: build
image: golang
commands:
- go build
- go test
- go build
- go test

@ -0,0 +1,3 @@
module go.cloudfindtime.com/hello
go 1.16
Loading…
Cancel
Save