1
0
Fork 0
hscloud/tools/install.sh

13 lines
271 B
Bash
Raw Normal View History

2019-01-13 20:14:02 +00:00
#!/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 \
2019-01-18 00:34:20 +00:00
//tools:pass //tools:calicoctl.bin