build script
continuous-integration/drone/push Build was killed Details

master
flyskype 6 years ago
parent 3d9febd9e6
commit adc1e9029b

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

Loading…
Cancel
Save