first commit for drone
continuous-integration/drone/push Build was killed Details

dev
flyskype 6 years ago
parent feff965a99
commit 889c62e3fe

@ -0,0 +1,8 @@
kind: pipeline
name: hellodrone
steps:
- name: build hello.go
image: golang
commands:
- go build

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Printf("hello, world\n")
}
Loading…
Cancel
Save