diff options
author | Craig Tiller <ctiller@google.com> | 2017-07-13 08:58:49 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-07-13 08:58:49 -0700 |
commit | 7e813a2bc47fd5882eceec7890537d453b1177c3 (patch) | |
tree | 25e5785497bb4ec73603f0b804843c1645ed16ef /tools/jenkins | |
parent | e476f7d33f38ed8c946a51336e0a0d23f8e5056d (diff) |
Remove bazel warning (we have owners now), set noparent on bazel/OWNERS
Diffstat (limited to 'tools/jenkins')
-rwxr-xr-x | tools/jenkins/run_bazel_full.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/jenkins/run_bazel_full.sh b/tools/jenkins/run_bazel_full.sh index edde1bc545..3436a8f8b6 100755 --- a/tools/jenkins/run_bazel_full.sh +++ b/tools/jenkins/run_bazel_full.sh @@ -20,6 +20,4 @@ set -ex -o igncr || set -ex export DOCKERFILE_DIR=tools/dockerfile/test/bazel export DOCKER_RUN_SCRIPT=tools/jenkins/run_bazel_full_in_docker.sh -# Warn PR author if they make a change to the bazel directory -tools/run_tests/python_utils/check_bazel_dir.py exec tools/run_tests/dockerize/build_and_run_docker.sh |