diff options
Diffstat (limited to 'kud/ci/kud-installer.sh')
-rwxr-xr-x | kud/ci/kud-installer.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kud/ci/kud-installer.sh b/kud/ci/kud-installer.sh index 956a15a6..73c1628b 100755 --- a/kud/ci/kud-installer.sh +++ b/kud/ci/kud-installer.sh @@ -9,6 +9,5 @@ set -x -e -o pipefail curr_dir="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")")" -cp ${curr_dir}/k8s-cluster.yml ${curr_dir}/../hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml cd ${curr_dir}/../hosting_providers/baremetal ./aio.sh |