mirror of https://github.com/istio/istio.io.git
init.sh: Add "make gen-charts". (#7446)
This commit is contained in:
parent
005dc449af
commit
8e288b3212
|
@ -48,6 +48,7 @@ git fetch "$ISTIO_REMOTE"
|
|||
git checkout "$ISTIO_SHA"
|
||||
|
||||
# Build and install istioctl
|
||||
make gen-charts
|
||||
go install ./istioctl/cmd/istioctl
|
||||
|
||||
popd > /dev/null
|
||||
|
|
Loading…
Reference in New Issue