mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
update verify-bazel.sh comments
This commit is contained in:
parent
b7f1cf7683
commit
ac02163991
1 changed files with 3 additions and 2 deletions
|
|
@ -13,8 +13,9 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# This script checks whether updating of the bazel compilation files is needed
|
||||
# or not. We should run `hack/update-bazel.sh` if actually updates them.
|
||||
# This script checks whether removal of bazel related files is still needed.
|
||||
# If so: run `hack/update-bazel.sh` to actually remove them.
|
||||
#
|
||||
# Usage: `hack/verify-bazel.sh`.
|
||||
|
||||
set -o errexit
|
||||
|
|
|
|||
Loading…
Reference in a new issue