delete copied comment

pull/8/head
Benjamin Elder 2018-07-06 16:26:56 -07:00
parent 0b43710604
commit 2583c12268
1 changed files with 0 additions and 19 deletions

View File

@ -1,22 +1,3 @@
# Scripts runnable from make, e.g.
#
# cd $GOPATH/src/k8s.io/kubernetes
# make test-e2e-node
#
# The sh_binary rules below exist only to validate
# dependencies; if a shell dependency is accidentally
# deleted, a presubmit BUILD will fail.
#
# If the scripts sourced their dependencies from
# $RUNFILES (rather than $BASH_SOURCE/../.. or
# whatever), then bazel build hack/... would install
# runnable, hermetically sealed shell "binaries".
# E.g. the following command would work:
#
# ./bazel-bin/hack/make-rules/test-e2e-node
#
# TODO(#47064): Should be a sh_test instead of sh_binary
sh_library(
name = "legacy-script",
srcs = glob(["*.sh"]),