Merge pull request #862 from FengyunPan/fix-godeps
Remove a not exist update-staging-client-go.sh
This commit is contained in:
commit
f0b0ce0472
|
@ -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