Skip to content

Commit

Permalink
Improved Drone config
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Feb 14, 2020
1 parent fbbf4bc commit cee850c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ kind: pipeline
name: kobopatch

steps:
- name: deps
image: golang:1.13-buster
commands:
- go mod download
- name: test
image: golang:1.13-buster
commands:
- go test -v ./...
- go test -cover -v ./...

---

Expand Down Expand Up @@ -98,7 +94,7 @@ steps:
- name: list
image: golang:1.13-buster
commands:
- ls -lah
- ls -lah build
depends_on: [build-linux-amd64, build-linux-arm, build-linux-386, build-windows-386, build-darwin-amd64]
- name: release
image: plugins/github-release
Expand Down

0 comments on commit cee850c

Please sign in to comment.