summaryrefslogtreecommitdiff
path: root/.pipeline/blubber.yaml
blob: af20bb87556d6e6ea5e53e721c38f51f0ef88b31 (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, golang.org/x/lint/golint]
    entrypoint: [make, test]