Skip to content

Commit 7464210

Browse files
committed
Unquote for shell splitting
1 parent 148efec commit 7464210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
TARGETS=$(bazel $FLAGS query 'attr(tags, "cd:verb:deliver", //...)')
3131
3232
# Build all the targets in one shot to maximize parallelism
33-
bazel $FLAGS build "${TARGETS[@]}"
33+
bazel $FLAGS build ${TARGETS[@]}
3434
3535
# Run each one of those targets to "deliver" the artifacts they bundle
3636
# into the target dir.

0 commit comments

Comments
 (0)