This is an automated email from the ASF dual-hosted git repository.

rantunes pushed a commit to branch kie-issues_755
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git


The following commit(s) were added to refs/heads/kie-issues_755 by this push:
     new 2135e2eb fix minikube installation
2135e2eb is described below

commit 2135e2eb1a87f97386c2845fccb601816162de6e
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Tue Jan 2 14:03:15 2024 -0300

    fix minikube installation
---
 .ci/jenkins/scripts/minikube.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/jenkins/scripts/minikube.groovy 
b/.ci/jenkins/scripts/minikube.groovy
index 006414c3..a3f5d343 100644
--- a/.ci/jenkins/scripts/minikube.groovy
+++ b/.ci/jenkins/scripts/minikube.groovy
@@ -100,7 +100,7 @@ void preChecks() {
         ${minikubeContainerEngine} info
 
         if [[ ! \$(command -v minikube) ]]; then
-            sudo ./hack/ci/install-minikube.sh /usr/local/bin
+            ./hack/ci/install-minikube.sh /usr/local/bin
         fi
     """
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to