Merge pull request #2143 from murgatroid99/xds_k8s_url_map_script_fix

xDS k8s tests: fix a line in the url_map test script
This commit is contained in:
Michael Lumish 2022-06-24 16:30:10 -07:00 committed by GitHub
commit f832bb842c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}" \
.