From 60757395f161492e4eef809bc75476b80ad399fc Mon Sep 17 00:00:00 2001 From: Weizhen Wang Date: Thu, 28 Nov 2024 18:06:14 +0800 Subject: [PATCH] update Signed-off-by: Weizhen Wang --- tools/check/check-bazel-prepare.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/check/check-bazel-prepare.sh b/tools/check/check-bazel-prepare.sh index 21e44e1352cd5..e73d60167af1c 100755 --- a/tools/check/check-bazel-prepare.sh +++ b/tools/check/check-bazel-prepare.sh @@ -19,7 +19,6 @@ # -o pipefail: sets the exit code of a pipeline to that of the rightmost command to exit with a non-zero status, # or to zero if all commands of the pipeline exit successfully. set -euo pipefail -rm -rf /home/jenkins/.cache/bazel/_bazel_jenkins/install/a09dbb90c658248f08f9aa0eba11997d before_checksum=`find . -type f \( -name '*.bazel' -o -name '*.bzl' \) -exec md5sum {} \;| sort -k 2` make bazel_prepare after_checksum=`find . -type f \( -name '*.bazel' -o -name '*.bzl' \) -exec md5sum {} \;| sort -k 2`