Skip to content

Commit

Permalink
Update .tekton/push.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Cmiel <[email protected]>
  • Loading branch information
zregvart and chmeliik authored Jul 4, 2024
1 parent 48036e2 commit 5da3df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5da3df3

Please sign in to comment.