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 156245e commit 2df9f92Copy full SHA for 2df9f92
ci/cloudbuild/builds/lib/features.sh
@@ -65,6 +65,7 @@ function features::_internal_extra() {
65
local list=(
66
experimental-bigquery_rest
67
opentelemetry
68
+ universe_domain
69
)
70
printf "%s\n" "${list[@]}"
71
}
ci/cloudbuild/builds/publish-docs.sh
@@ -35,7 +35,7 @@ elif [[ "${LIBRARIES}" == "all_bar_compute" ]]; then
35
ENABLED_FEATURES="${ENABLED_FEATURES},-compute"
36
else
37
mapfile -t FEATURE_LIST < <(printf '%s' "${LIBRARIES}")
38
- ENABLED_FEATURES="compute"
+ ENABLED_FEATURES="compute,universe_domain"
39
fi
40
41
doc_args=(
0 commit comments