remove space in steps in drone.yml
This commit is contained in:
parent
c4a56295b6
commit
6b43a65110
26
.drone.yml
26
.drone.yml
@ -2,14 +2,18 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: golang
|
image: golang
|
||||||
pull: always
|
pull: always
|
||||||
environment:
|
environment:
|
||||||
GOOS: linux
|
GOOS: linux
|
||||||
GOARCH: amd64
|
GOARCH: amd64
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
commands:
|
commands:
|
||||||
- go version
|
- go version
|
||||||
- go get
|
- go get
|
||||||
- go build -ldflags '-w'
|
- go build -ldflags '-w'
|
||||||
|
- name: publish
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: deadbeef.codes:5000/mandelmapper
|
||||||
|
Loading…
Reference in New Issue
Block a user