blob: 6151a382f50998533d6424da8a2ca4796c0db997 [file] [log] [blame]
Sergiusz Bazanskide061802019-01-13 21:14:02 +01001#!/usr/bin/env bash
2
Sergiusz Bazanski1663e0e2019-07-21 16:25:07 +02003set -e -o pipefail
4
Sergiusz Bazanskide061802019-01-13 21:14:02 +01005if [ -z "$hscloud_root" ]; then
6 echo 2>&1 "Please first source env.sh"
7 exit 1
8fi
9
10cd "${hscloud_root}"
11
Sergiusz Bazanski1663e0e2019-07-21 16:25:07 +020012bazel build //tools/...
Sergiusz Bazanskibb778922019-05-15 19:13:11 +020013
Sergiusz Bazanski1663e0e2019-07-21 16:25:07 +020014cluster/tools/install.sh