modified .drone.yml
This commit is contained in:
parent
ab2c19be8a
commit
aa1f93797a
|
|
@ -1,8 +1,13 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
- name: builds
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
|
|
|
|||
Loading…
Reference in New Issue