mirror of https://github.com/kubernetes/kops.git
Merge pull request #5966 from justinsb/bazel_workaround_for_new_tools_bazel_rc
Add suggested alias for bazelrc import location
This commit is contained in:
commit
c33ac16c2d
|
|
@ -1 +1,6 @@
|
||||||
|
# TODO: Remove once we expect everyone is running bazel >= 0.18
|
||||||
|
# (This is the "legacy" location for bazel.rc)
|
||||||
|
# (See https://github.com/bazelbuild/bazel/issues/6319)
|
||||||
|
|
||||||
|
|
||||||
build --workspace_status_command=./tools/get_workspace_status.sh
|
build --workspace_status_command=./tools/get_workspace_status.sh
|
||||||
Loading…
Reference in New Issue