We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d35aa commit 4a77f0bCopy full SHA for 4a77f0b
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
defaults: &defaults
3
working_directory: /go/src/istio.io/api
4
docker:
5
- - image: istio/ci:go1.9-k8s1.7.4
+ - image: istio/ci:go1.9-k8s1.9-helm2.7.2-minikube0.25
6
environment:
7
GOPATH: /go
8
@@ -11,9 +11,9 @@ jobs:
11
<<: *defaults
12
steps:
13
- checkout
14
- - run: ./scripts/generate-protos.sh
15
- run:
16
command: |
+ ./scripts/generate-protos.sh || die "could not generate *.pb.go"
17
if [[ -n $(git status --porcelain) ]]; then
18
git status
19
git --no-pager diff
0 commit comments