We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c741b3 commit a4e021bCopy full SHA for a4e021b
ci_scripts/make_run_doc_generation.sh
@@ -30,6 +30,9 @@ if [ -z "\$GITHUB_BASE_URL" ]; then
30
GITHUB_BASE_URL="https://github.com"
31
fi
32
33
+if [ -z "\$BUILD_TARGETS" ]; then
34
+ BUILD_TARGETS="//..."
35
+fi
36
37
cd \$ASPECT_REPO_PATH
38
curl -L -o proto3repo.zip \${GITHUB_BASE_URL}/bazeltools/proto3docgen/releases/download/${PROTO3_DOC_GEN_VERSION}/proto3repo.zip
@@ -47,7 +50,7 @@ set +e
47
50
--aspects @protoc_doc_helper//:aspect.bzl%print_aspect \
48
51
--output_groups=protodoc_output_json \
49
52
--keep_going \
- //...
53
+ \$BUILD_TARGETS
54
set -e
55
56
if [ ! -f "\$PROTO_BIN_PATH" ]; then
0 commit comments