We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f4d03 commit a5db056Copy full SHA for a5db056
.bazelci/system-test.sh
@@ -42,7 +42,7 @@ sleep 2
42
43
echo -n "Building test binary (no cache): "
44
ti=$(date +%s)
45
-bazel build //:bazel-remote 2> /dev/null
+bazel build //:bazel-remote # 2> /dev/null
46
tf=$(date +%s)
47
duration=$((tf - ti))
48
echo "${duration}s"
0 commit comments