From fc378ac74b2ac079a43c037db63e0a2e03aea72a Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Wed, 29 Jul 2020 10:44:25 +0200 Subject: [PATCH] ci: remove weird mkdir/ln command The command fails when PWD=/. It is unclear what the command tries to achieve. The next command does something more useful, although it can maybe be removed as well. Signed-off-by: Niels de Vos --- scripts/minikube.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/minikube.sh b/scripts/minikube.sh index 323579dae..96c9c9c67 100755 --- a/scripts/minikube.sh +++ b/scripts/minikube.sh @@ -156,7 +156,6 @@ up) if [[ "${VM_DRIVER}" != "none" ]]; then wait_for_ssh # shellcheck disable=SC2086 - minikube ssh "sudo mkdir -p /mnt/${DISK}/${PWD}; sudo mkdir -p $(dirname $PWD); sudo ln -s /mnt/${DISK}/${PWD} $(dirname $PWD)/" minikube ssh "sudo mkdir -p /mnt/${DISK}/var/lib/rook;sudo ln -s /mnt/${DISK}/var/lib/rook /var/lib/rook" fi kubectl cluster-info