We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148efec commit 7464210Copy full SHA for 7464210
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
TARGETS=$(bazel $FLAGS query 'attr(tags, "cd:verb:deliver", //...)')
31
32
# Build all the targets in one shot to maximize parallelism
33
- bazel $FLAGS build "${TARGETS[@]}"
+ bazel $FLAGS build ${TARGETS[@]}
34
35
# Run each one of those targets to "deliver" the artifacts they bundle
36
# into the target dir.
0 commit comments