From e8f5e294e86db666411dd6bbcd67af40fbaaa121 Mon Sep 17 00:00:00 2001 From: Dan Duvall Date: Mon, 17 Sep 2018 15:51:30 -0700 Subject: Update `.pipeline/blubber.yaml` to v3 format Change-Id: I29e0b16f17af572c02c68418e153e26b8e21fa81 --- .pipeline/blubber.yaml | 5 +++-- 1 file 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] -- cgit v1.2.1