We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1d046 commit d6e5289Copy full SHA for d6e5289
tools/check/check-bazel-prepare.sh
@@ -19,7 +19,7 @@
19
# -o pipefail: sets the exit code of a pipeline to that of the rightmost command to exit with a non-zero status,
20
# or to zero if all commands of the pipeline exit successfully.
21
set -euo pipefail
22
-
+rm -rf /home/jenkins/.cache/bazel/_bazel_jenkins/install/a09dbb90c658248f08f9aa0eba11997d
23
before_checksum=`find . -type f \( -name '*.bazel' -o -name '*.bzl' \) -exec md5sum {} \;| sort -k 2`
24
make bazel_prepare
25
after_checksum=`find . -type f \( -name '*.bazel' -o -name '*.bzl' \) -exec md5sum {} \;| sort -k 2`
0 commit comments