Update drone ci config

This commit is contained in:
Andinus 2020-04-24 19:53:42 +05:30
parent 53d4a70ed2
commit e358ce49e0
Signed by: andinus
GPG Key ID: B67D55D482A799FD
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ steps:
GOARCH: amd64 GOARCH: amd64
GOOS: openbsd GOOS: openbsd
commands: commands:
- go build ./cmd/cetus - go build
- name: linux-amd64 - name: linux-amd64
image: golang:1.13 image: golang:1.13
@ -32,7 +32,7 @@ steps:
GOARCH: amd64 GOARCH: amd64
GOOS: linux GOOS: linux
commands: commands:
- go build ./cmd/cetus - go build
- name: darwin-amd64 - name: darwin-amd64
image: golang:1.13 image: golang:1.13
@ -40,4 +40,4 @@ steps:
GOARCH: amd64 GOARCH: amd64
GOOS: darwin GOOS: darwin
commands: commands:
- go build ./cmd/cetus - go build