summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xround-robin-bisect.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index 9b94b715..8e682cd5 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -13,6 +13,8 @@ artifacts=$(pwd)/$rel_artifacts
fresh_dir $artifacts "$artifacts/manifests/*" "$artifacts/jenkins/*"
+declare -A rr
+
# Process bisect-only args
convert_args_to_variables "$@"
shift "$SHIFT_CONVERTED_ARGS"
@@ -29,7 +31,6 @@ convert_args_to_variables ^^ $reproduce_bisect %% $artifacts/manifests/build-par
$reproduce_bisect || manifest_pop
obligatory_variables rr[ci_project] rr[ci_config]
-declare -A rr
verbose="${verbose-true}"