From 3ed825c281be0b9719581de9d221211973134b7a Mon Sep 17 00:00:00 2001 From: FengyunPan Date: Sat, 29 Jul 2017 16:26:28 +0800 Subject: [PATCH] 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. --- contributors/devel/godep.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contributors/devel/godep.md b/contributors/devel/godep.md index 7f2365623..c7f2d63ce 100644 --- a/contributors/devel/godep.md +++ b/contributors/devel/godep.md @@ -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