mmflokati/.drone.yml

8 lines
126 B
YAML

pipeline:
build:
image: golang:1.9
environment:
- FOO=1
commands:
- go get -d ./...
- go build