Fix chart size and clipping

This commit is contained in:
Ilya Laktyushin 2020-03-23 16:55:02 +04:00
parent 4f98fae2ef
commit 13cd7a2ab6
7 changed files with 14 additions and 17 deletions

View file

@ -17,7 +17,7 @@ prepare_build_variables () {
;;
esac
local BAZEL="$(which bazel)"
local BAZEL="/Users/ilya/bin/bazel"
if [ "$BAZEL" = "" ]; then
echo "bazel not found in PATH"
exit 1