mirror of https://github.com/grpc/grpc-node.git
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:
parent
3be75633cb
commit
1ad6a58059
|
@ -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}" \
|
||||
.
|
||||
|
||||
|
|
Loading…
Reference in New Issue