summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.pipeline/blubber.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.pipeline/blubber.yaml b/.pipeline/blubber.yaml
index 510ade6..013bb9b 100644
--- a/.pipeline/blubber.yaml
+++ b/.pipeline/blubber.yaml
@@ -1,9 +1,10 @@
-version: v2
+version: v3
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]
+ builder:
+ command: [go, get, -u, github.com/golang/lint/golint]
entrypoint: [make, test]