diff --git a/.github/workflows/scripts/setup-cluster.sh b/.github/workflows/scripts/setup-cluster.sh index 31c0a0fd..7fac53c9 100755 --- a/.github/workflows/scripts/setup-cluster.sh +++ b/.github/workflows/scripts/setup-cluster.sh @@ -65,6 +65,4 @@ kubectl cluster-info --context k3d-${CLUSTER_NAME} kubectl config use-context k3d-${CLUSTER_NAME} kubectl get nodes -o wide -IMAGE=${REPO}/backup-restore-operator:${TAG} -k3d image import ${IMAGE} -c $CLUSTER_NAME