File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1- language : go
2- install : false
3-
4- go :
5- - " 1.10"
1+ language : minimal
62
73before_script :
84- wget https://storage.googleapis.com/kubernetes-helm/helm-v2.8.2-linux-amd64.tar.gz -O /tmp/helm-v2.8.2-linux-amd64.tar.gz
95- mkdir /tmp/bin -p; tar xzf /tmp/helm-v2.8.2-linux-amd64.tar.gz -C /tmp/bin --strip-components=1
10- - PATH=$PATH:/tmp/bin helm init --client-only
6+ - PATH=$PATH:/tmp/bin helm init --client-only
117
128
139services :
1410- docker
1511
16-
1712script :
1813 - cd base-image && make
1914 - cd ../config-reloader && make build-image
Original file line number Diff line number Diff line change 33
44
55# builder image
6- FROM golang:1.9 as builder
6+ FROM golang:1.10 as builder
77
88WORKDIR /go/src/github.com/vmware/kube-fluentd-operator/config-reloader
99RUN go get -u github.com/golang/dep/cmd/dep
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ HELM_PACKAGE := log-router
77-include vmware.mk
88
99helm-package : clean
10+ helm lint .
1011 helm package .
1112
1213helm-dry-run :
You can’t perform that action at this time.
0 commit comments