Skip to content

Commit

Permalink
and go back
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Jul 20, 2023
1 parent 9dc9b97 commit a5162e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/run_tests/helper_scripts/prep_xds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ trap 'date' DEBUG
set -ex

# change to grpc repo root
cd "${KOKORO_ARTIFACTS_DIR}/github/grpc"
pushd "${KOKORO_ARTIFACTS_DIR}/github/grpc"

sudo DEBIAN_FRONTEND=noninteractive apt-get -qq update
sudo DEBIAN_FRONTEND=noninteractive apt-get -qq install --auto-remove "python3.10-venv"
Expand Down Expand Up @@ -54,3 +54,5 @@ python3 -m grpc_tools.protoc \
--python_out=${TOOLS_DIR} \
--grpc_python_out=${TOOLS_DIR} \
${HEALTH_PROTO_SOURCE_DIR}/health.proto

popd

0 comments on commit a5162e8

Please sign in to comment.