From 136a4d02fc159719594889f41c802ddd9ce56418 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Mon, 22 Dec 2025 20:28:40 +0000 Subject: [PATCH] Missing $ operator --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b314e967f5..6e8dcc317b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -674,7 +674,7 @@ macOS15_Xcode16_arm64: destinations+=("$destination") echo "Unzipping '$partial' to '$destination'" unzip -d "$destination" "incoming_artifacts/$partial" - done < merge_list + done < $merge_list done - | for destination in ${destinations[@]}; do