blob: 6a9bec15662ae3c23425a46cf5fd6f46d8a7c936 [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 \
Sergiusz Bazanski73cef112019-04-07 00:06:23 +020011 //tools:kubectl //tools:kubecfg //tools:secretstore \
Sergiusz Bazanskia305bc92019-01-18 01:34:20 +010012 //tools:pass //tools:calicoctl.bin