Skip to content

Commit

Permalink
fix minikube permission
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Jan 2, 2024
1 parent 2135e2e commit 65391d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/jenkins/scripts/minikube.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ void preChecks() {
${minikubeContainerEngine} info
if [[ ! \$(command -v minikube) ]]; then
./hack/ci/install-minikube.sh /usr/local/bin
sudo ./hack/ci/install-minikube.sh /usr/local/bin
sudo chmod +x /usr/local/bin/minikube
fi
"""
}
Expand Down

0 comments on commit 65391d5

Please sign in to comment.