From 5da3df3302003d8fdf6f3f1755870f9898d25cb0 Mon Sep 17 00:00:00 2001 From: Zoran Regvart Date: Thu, 4 Jul 2024 16:59:40 +0200 Subject: [PATCH] Update .tekton/push.yaml Co-authored-by: Adam Cmiel --- .tekton/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/push.yaml b/.tekton/push.yaml index e2ab0795b2..74db143cb3 100644 --- a/.tekton/push.yaml +++ b/.tekton/push.yaml @@ -137,7 +137,7 @@ spec: [[ -f "$f" ]] && list+=("$f") done - .tekton/scripts/build-acceptable-bundles.sh "${list[*]}" + .tekton/scripts/build-acceptable-bundles.sh "${list[@]}" echo -n "${DATA_BUNDLE_TAG}" > acceptable_bundle_tag args: