summaryrefslogtreecommitdiff
path: root/.pipeline/blubber.yaml
blob: 013bb9be3bca2e155b28ba43e9f566b029fb3410 (plain)
1
2
3
4
5
6
7
8
9
10
version: v3
base: golang:1.9-stretch
lives: { in: /go/src/gerrit.wikimedia.org/r/blubber }

variants:
  test:
    runs: { insecurely: true }
    builder:
      command: [go, get, -u, github.com/golang/lint/golint]
    entrypoint: [make, test]