This commit is contained in:
16
.drone.yml
16
.drone.yml
@@ -1,7 +1,9 @@
|
||||
pipeline:
|
||||
hellodrone:
|
||||
image: golang
|
||||
commands:
|
||||
- echo build start
|
||||
- go build
|
||||
- echo build end
|
||||
kind: pipeline
|
||||
name: hello-drone
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
||||
|
||||
Reference in New Issue
Block a user