Skip to content

Commit 4a77f0b

Browse files
rshriramgeeknoid
authored andcommitted
ci fix (#366)
1 parent b5d35aa commit 4a77f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
defaults: &defaults
33
working_directory: /go/src/istio.io/api
44
docker:
5-
- image: istio/ci:go1.9-k8s1.7.4
5+
- image: istio/ci:go1.9-k8s1.9-helm2.7.2-minikube0.25
66
environment:
77
GOPATH: /go
88

@@ -11,9 +11,9 @@ jobs:
1111
<<: *defaults
1212
steps:
1313
- checkout
14-
- run: ./scripts/generate-protos.sh
1514
- run:
1615
command: |
16+
./scripts/generate-protos.sh || die "could not generate *.pb.go"
1717
if [[ -n $(git status --porcelain) ]]; then
1818
git status
1919
git --no-pager diff

0 commit comments

Comments
 (0)