diff --git a/Makefile b/Makefile index be814e4db1..4fd7ba0d5a 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,6 @@ cluster-up: cluster-down: ./cluster-up/down.sh -connect: - @./cluster-up/container.sh - bump: ./hack/bump.sh "$(provider)" "$(hash)" diff --git a/cluster-up/cluster/openshift-provider-common.sh b/cluster-up/cluster/openshift-provider-common.sh deleted file mode 100644 index ccf63d582a..0000000000 --- a/cluster-up/cluster/openshift-provider-common.sh +++ /dev/null @@ -1,6 +0,0 @@ -ln_kubeconfig () { - kube_dir=/root/.kube - kubeconfig=/root/install/auth/kubeconfig - ${KUBEVIRTCI_PATH}/container.sh mkdir -p $kube_dir - ${KUBEVIRTCI_PATH}/container.sh ln -s $kubeconfig $kube_dir -}