We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7660489 commit 963d367Copy full SHA for 963d367
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