This commit is contained in:
15
.drone.yml
15
.drone.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user