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