blob: 82713a2caa9d40e0f0de6a6e3da18537fda8effc [file] [log] [blame]
Sergiusz Bazanskide061802019-01-13 21:14:02 +01001#!/usr/bin/env bash
2
3if [ -z "$hscloud_root" ]; then
4 echo 2>&1 "Please first source env.sh"
5 exit 1
6fi
7
8cd "${hscloud_root}"
9
10bazel build \
11 //tools:kubectl //tools:kubecfg //tools:clustercfg //tools:secretstore \
Sergiusz Bazanskia305bc92019-01-18 01:34:20 +010012 //tools:pass //tools:calicoctl.bin