xDS k8s tests: fix a line in the url_map test script

The line copied from the Python script was hardcoded and not
handled by a variable, so I did not change it on the first pass.
This commit is contained in:
Michael Lumish 2022-06-24 10:20:01 -07:00
parent 3be75633cb
commit 1ad6a58059
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ build_test_app_docker_images() {
pushd "${SRC_DIR}"
docker build \
-f src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client \
-f ${BUILD_APP_PATH} \
-t "${CLIENT_IMAGE_NAME}:${GIT_COMMIT}" \
.