Files
athens/.drone.yml
Brian Ketelsen e76125d3f1 Feature: Add OpenTracing (#112)
* tracing

* oops
2018-03-26 17:14:49 -04:00

19 lines
270 B
YAML

workspace:
base: /go
path: src/github.com/gomods/athens
pipeline:
ping:
image: mongo:3.0
commands:
- sleep 15
build:
image: golang:1.10
commands:
- go test ./...
services:
mongo:
image: mongo:3.0
command: [ --smallfiles ]