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:
parent
724d653337
commit
3ed825c281
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue