Skip to content

Commit a837c54

Browse files
committed
update
Signed-off-by: Weizhen Wang <[email protected]>
1 parent c186653 commit a837c54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tools/check/check-bazel-prepare.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
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+
bazel version
23+
bazel clean
2324
before_checksum=`find . -type f \( -name '*.bazel' -o -name '*.bzl' \) -exec md5sum {} \;| sort -k 2`
2425
make bazel_prepare
2526
after_checksum=`find . -type f \( -name '*.bazel' -o -name '*.bzl' \) -exec md5sum {} \;| sort -k 2`

0 commit comments

Comments
 (0)