Skip to content

Commit

Permalink
Update Drone CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dwin committed Dec 11, 2020
1 parent 99cb567 commit 32e217a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ steps:
- name: test-1.13-alpine
image: golang:1.13-alpine
commands:
- apk add --update bash build-base git
- apk add --update bash git
- go get -u
- scripts/go_coverage.sh

- name: test-1.14-alpine
image: golang:1.14-alpine
commands:
- apk add --update bash build-base git
- apk add --update bash git
- go get -u
- scripts/go_coverage.sh

- name: test-1.15-alpine
image: golang:1.15-alpine
commands:
- apk add --update bash build-base git
- apk add --update bash git
- go get -u
- scripts/go_coverage.sh

Expand All @@ -40,7 +40,7 @@ steps:
- name: cache
path: /tmp/cache
commands:
- apk add --update bash build-base git
- apk add --update bash git
- go get -u
- go test -coverprofile=/tmp/cache/coverage.txt -covermode=atomic ./...

Expand Down

0 comments on commit 32e217a

Please sign in to comment.