Skip to content

Commit 1343069

Browse files
committed
avoid verbosity and debugging clutter
1 parent e57519b commit 1343069

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/scripts/setup_minikube.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
2-
set -euxo pipefail
2+
set -euo pipefail
3+
set +x
4+
set +v
35

46
if [ -z "${WAR_RPC+x}" ]; then
57
echo "WAR_RPC is unset. Please provide a path to warnet RPC images."

0 commit comments

Comments
 (0)