mandelmapper/.drone.yml
Steven Polley b6bd4382c1
All checks were successful
continuous-integration/drone/push Build is passing
remove production pipeline step
2020-02-15 05:15:00 +00:00

24 lines
388 B
YAML

kind: pipeline
name: default
workspace:
base: /go
path: src/deadbeef.codes/steven/mandelmapper
steps:
- name: build
image: golang
pull: always
environment:
GOOS: linux
GOARCH: amd64
CGO_ENABLED: 0
commands:
- go version
- go get
- go build -a -ldflags '-w'
- name: publish
image: plugins/docker
settings:
repo: registry.deadbeef.codes/mandelmapper