Skip to content

Commit d6e5289

Browse files
committed
remove invalid cache
Signed-off-by: lance6716 <[email protected]>
1 parent 5a1d046 commit d6e5289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check/check-bazel-prepare.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -o pipefail: sets the exit code of a pipeline to that of the rightmost command to exit with a non-zero status,
2020
# or to zero if all commands of the pipeline exit successfully.
2121
set -euo pipefail
22-
22+
rm -rf /home/jenkins/.cache/bazel/_bazel_jenkins/install/a09dbb90c658248f08f9aa0eba11997d
2323
before_checksum=`find . -type f \( -name '*.bazel' -o -name '*.bzl' \) -exec md5sum {} \;| sort -k 2`
2424
make bazel_prepare
2525
after_checksum=`find . -type f \( -name '*.bazel' -o -name '*.bzl' \) -exec md5sum {} \;| sort -k 2`

0 commit comments

Comments
 (0)