Remove a not exist update-staging-client-go.sh

The update-staging-client-go.sh has been removed, and there is no
need to run it.
This commit is contained in:
FengyunPan 2017-07-29 16:26:28 +08:00
parent 724d653337
commit 3ed825c281
1 changed files with 1 additions and 2 deletions

View File

@ -86,10 +86,9 @@ godep get $DEP/...
rm -rf Godeps
rm -rf vendor
./hack/godep-save.sh
# Regenerate removed BUILD, licenses, and client-go Godeps files.
# Regenerate removed BUILD, licenses.
./hack/update-bazel.sh
./hack/update-godep-licenses.sh
./hack/update-staging-client-go.sh
# If you haven't followed this doc step-by-step and haven't created a dedicated GOPATH,
# make sure there is no client-go or other staging repo in $GOPATH before running the next command.
./hack/update-staging-godeps.sh