There was an error while loading. Please reload this page.
1 parent 75be1f3 commit 6b89c17Copy full SHA for 6b89c17
1 file changed
scripts/create.sh
@@ -34,13 +34,13 @@ for ((i = 0; i < count; i++)); do
34
[[ "${SIND_PULL:-false}" == "true" ]] && flags+=(--pull)
35
36
echo "::group::Creating cluster from $label"
37
- sind $SIND_VERBOSITY create cluster "${flags[@]}"
+ sind "$SIND_VERBOSITY" create cluster "${flags[@]}"
38
echo "::endgroup::"
39
40
# Extract cluster name
41
name=$(yq '.name // "default"' "$config")
42
43
- sind $SIND_VERBOSITY status "$name"
+ sind "$SIND_VERBOSITY" status "$name"
44
45
if [[ -n "$clusters" ]]; then
46
clusters="${clusters},${name}"
0 commit comments