add update-staging-client-go.sh and verify-staging-client-go.sh;

disable verify-staging-client-go.sh until 1.5 code freeze
This commit is contained in:
Chao Xu
2016-10-11 16:18:50 -07:00
parent 3bda6884b8
commit d3c0d04285
7 changed files with 136 additions and 39 deletions

View File

@@ -38,5 +38,8 @@ export LOG_LEVEL=4
cd /go/src/k8s.io/kubernetes
# hack/verify-client-go.sh requires all dependencies exist in the GOPATH.
godep restore
./hack/install-etcd.sh
make verify