Skip to content

Commit b9a7239

Browse files
authored
ci: cleanup check-api GOOGLE_CLOUD_CPP_ENABLE value (#8469)
I meant to remove the `;` at the beginning of the enabled services list. It is harmless, but untidy.
1 parent 697cc0a commit b9a7239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/cloudbuild/builds/check-api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mapfile -t feature_list < <(bazelisk --batch query \
2828
'kind(cc_library, //:all) except filter("experimental|mocks", kind(cc_library, //:all))' |
2929
sed -e 's;//:;;')
3030
enabled="$(printf ";%s" "${feature_list[@]}")"
31-
echo "${enabled:1}"
31+
enabled="${enabled:1}"
3232

3333
INSTALL_PREFIX=/var/tmp/google-cloud-cpp
3434
# abi-dumper wants us to use -Og, but that causes bogus warnings about

0 commit comments

Comments
 (0)