Merge pull request #862 from FengyunPan/fix-godeps

Remove a not exist update-staging-client-go.sh
This commit is contained in:
Christoph Blecker 2017-07-29 08:46:06 -07:00 committed by GitHub
commit f0b0ce0472
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