We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57519b commit 1343069Copy full SHA for 1343069
resources/scripts/setup_minikube.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
-set -euxo pipefail
+set -euo pipefail
3
+set +x
4
+set +v
5
6
if [ -z "${WAR_RPC+x}" ]; then
7
echo "WAR_RPC is unset. Please provide a path to warnet RPC images."
0 commit comments