Skip to content

Commit

Permalink
add message when using baked protoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed May 14, 2024
1 parent 291f911 commit 5fe0a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library_generation/utils/utilities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ get_protoc_version() {
local gapic_generator_version=$1
local protoc_version
if [[ -n "${DOCKER_PROTOC_VERSION}" ]]; then
>&2 echo "Using protoc version baked into the container: ${DOCKER_PROTOC_VERSION}"
echo "${DOCKER_PROTOC_VERSION}"
fi
pushd "${output_folder}" > /dev/null
Expand Down

0 comments on commit 5fe0a97

Please sign in to comment.