From b55f78fbe87ed837bd4d839a295fe7ac5bb9f4da Mon Sep 17 00:00:00 2001 From: Klaus Ma Date: Tue, 15 Nov 2016 15:29:13 +0800 Subject: [PATCH] Added comments on running update-bazel.sh in /Users/klaus/Workspace/go-tools/src/k8s.io/kubernetes. --- bazel.md | 1 + 1 file changed, 1 insertion(+) diff --git a/bazel.md b/bazel.md index d1230dcef..8704b05a0 100644 --- a/bazel.md +++ b/bazel.md @@ -23,6 +23,7 @@ To update automanaged build files, run: $ ./hack/update-bazel.sh ``` +**NOTES**: `update-bazel.sh` only works if check out directory of Kubernetes is "$GOPATH/src/k8s.io/kubernetes". To update a single build file, run: