Skip to content

Commit

Permalink
Update ci/container/build-ic.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Bas van Dijk <[email protected]>
  • Loading branch information
nmattia and basvandijk authored Feb 4, 2025
1 parent 2ab4d82 commit e3b4889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/container/build-ic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ echo_blue "Bazel targets: ${BAZEL_TARGETS[*]}"

bazel build "${BAZEL_COMMON_ARGS[@]}" "${BAZEL_TARGETS[@]}"

query="$(join_by "+" "${BAZEL_TARGETS[@]}")"
query="$(IFS="+"; "${BAZEL_TARGETS[*]}")"

for artifact in $(bazel cquery "${BAZEL_COMMON_ARGS[@]}" --output=files "$query"); do
target_dir=
Expand Down

0 comments on commit e3b4889

Please sign in to comment.