modify .drone.yml
continuous-integration/drone Build is failing Details

This commit is contained in:
Andrew Wang 2021-12-15 17:33:10 -05:00
parent 0d92405272
commit 0be12a4b3f
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,3 @@
---
kind: pipeline
type: docker
name: default
@ -13,5 +12,7 @@ steps:
- go test
trigger:
event:
- push
branch:
- master
- go
- refactor