Skip to content

Commit 2df9f92

Browse files
committed
update ci features
1 parent 156245e commit 2df9f92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/cloudbuild/builds/lib/features.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ function features::_internal_extra() {
6565
local list=(
6666
experimental-bigquery_rest
6767
opentelemetry
68+
universe_domain
6869
)
6970
printf "%s\n" "${list[@]}"
7071
}

ci/cloudbuild/builds/publish-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ elif [[ "${LIBRARIES}" == "all_bar_compute" ]]; then
3535
ENABLED_FEATURES="${ENABLED_FEATURES},-compute"
3636
else
3737
mapfile -t FEATURE_LIST < <(printf '%s' "${LIBRARIES}")
38-
ENABLED_FEATURES="compute"
38+
ENABLED_FEATURES="compute,universe_domain"
3939
fi
4040

4141
doc_args=(

0 commit comments

Comments
 (0)