Just trying to trigger release #1

Merged
S.D merged 13 commits from develop into master 2020-10-11 18:35:00 +00:00
Showing only changes of commit 80124aa3a5 - Show all commits

View File

@ -6,8 +6,4 @@ steps:
- name : test
image: golang:latest
commands:
- go test
- name : build
image: golang:latest
commands:
- go build
- go test -v ./pkg/...