Skip to content

Commit a4e021b

Browse files
committed
cp
1 parent 7c741b3 commit a4e021b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci_scripts/make_run_doc_generation.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ if [ -z "\$GITHUB_BASE_URL" ]; then
3030
GITHUB_BASE_URL="https://github.com"
3131
fi
3232
33+
if [ -z "\$BUILD_TARGETS" ]; then
34+
BUILD_TARGETS="//..."
35+
fi
3336
3437
cd \$ASPECT_REPO_PATH
3538
curl -L -o proto3repo.zip \${GITHUB_BASE_URL}/bazeltools/proto3docgen/releases/download/${PROTO3_DOC_GEN_VERSION}/proto3repo.zip
@@ -47,7 +50,7 @@ set +e
4750
--aspects @protoc_doc_helper//:aspect.bzl%print_aspect \
4851
--output_groups=protodoc_output_json \
4952
--keep_going \
50-
//...
53+
\$BUILD_TARGETS
5154
set -e
5255
5356
if [ ! -f "\$PROTO_BIN_PATH" ]; then

0 commit comments

Comments
 (0)