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

master
flyskype 6 years ago
parent 889c62e3fe
commit 3d9febd9e6

@ -1,8 +1,7 @@
kind: pipeline
name: hellodrone
steps:
- name: build hello.go
image: golang
commands:
- go build
pipeline:
hellodrone:
image: golang
commands:
- echo build start
- go build
- echo build end

Loading…
Cancel
Save