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

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