Merge pull request #274 from nikhita/remove-staging-script

README: remove non-existent update-staging-client-go.sh
This commit is contained in:
Chao Xu 2017-08-14 10:09:32 -07:00 committed by GitHub
commit 2103a0e46b

View File

@ -151,4 +151,4 @@ If your application depends on a package that client-go depends on, and you let
* or run `godep save` in your application folder to flatten all dependencies. * or run `godep save` in your application folder to flatten all dependencies.
### Contributing code ### Contributing code
Please send pull requests against the client packages in the Kubernetes main [repository](https://github.com/kubernetes/kubernetes), and run the `./hack/update-staging-client-go.sh` script to update the staging area in the main repository. Changes in the staging area will be published to this repository every day. Please send pull requests against the client packages in the Kubernetes main [repository](https://github.com/kubernetes/kubernetes). Changes in the staging area will be published to this repository every day.