remove space in steps in drone.yml

This commit is contained in:
Steven Polley 2018-12-22 23:30:07 -07:00
parent c4a56295b6
commit 6b43a65110
1 changed files with 15 additions and 11 deletions

View File

@ -2,14 +2,18 @@ kind: pipeline
name: default
steps:
- name: build
image: golang
pull: always
environment:
GOOS: linux
GOARCH: amd64
CGO_ENABLED: 0
commands:
- go version
- go get
- go build -ldflags '-w'
- name: build
image: golang
pull: always
environment:
GOOS: linux
GOARCH: amd64
CGO_ENABLED: 0
commands:
- go version
- go get
- go build -ldflags '-w'
- name: publish
image: plugins/docker
settings:
repo: deadbeef.codes:5000/mandelmapper