We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885ba39 commit 6633aa5Copy full SHA for 6633aa5
test/e2e/v1beta1/scripts/gh-actions/setup-minikube.sh
@@ -36,8 +36,6 @@ function check_minikube() {
36
fi
37
}
38
39
-# Choose upgrade method based on your system
40
-# Option 1: Using package manager (replace commands for your system)
41
if [ -x "$(command -v apt-get)" ]; then
42
echo "Upgrading Podman using apt-get..."
43
sudo apt-get update
0 commit comments