Skip to content

Commit 0044bb0

Browse files
chore: remove set pipefail from utils.bash, since it is simply a lib script
1 parent df6ff98 commit 0044bb0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deployment/kserve/scripts/utils.bash

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
#
55
# minikube dashboard
66

7-
set -euo pipefail
8-
97
function start_minikube_cluster() {
108
profile_name="$1"
119
echo "Checking if Minikube profile '$profile_name' exists..."

0 commit comments

Comments
 (0)