drone.yml

This commit is contained in:
Jeffrey Paul 2019-11-07 12:40:04 -08:00
parent efbdf2f86c
commit 12913cc4ff

View File

@ -1,7 +1,13 @@
pipeline: kind: pipeline
build: type: docker
image: docker name: default
steps:
- name: build
image: golang:1.13
commands: commands:
- docker build . - go get -v
volumes: - make build
- /var/run/docker.sock:/var/run/docker.sock - go get golang.org/x/lint
- golint ./...