hscloud/tools/install.sh

12 lines
249 B
Bash
Executable file

#!/usr/bin/env bash
if [ -z "$hscloud_root" ]; then
echo 2>&1 "Please first source env.sh"
exit 1
fi
cd "${hscloud_root}"
bazel build \
//tools:kubectl //tools:kubecfg //tools:clustercfg //tools:secretstore \
//tools:pass