Ruby xDS unterop: fix Docker invalid reference format (#28859)

pull/27287/head^2
Richard Belleville 3 years ago committed by GitHub
parent 1b4b3764ba
commit 8de825ba80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_xds_ruby.sh

@ -20,7 +20,7 @@ cd $(dirname $0)/../../..
source tools/internal_ci/helper_scripts/prepare_build_linux_rc
export DOCKERFILE_DIR=tools/dockerfile/test/ruby_buster_x64
export DOCKERFILE_DIR=tools/dockerfile/test/ruby_debian11_x64
export DOCKER_RUN_SCRIPT=tools/internal_ci/linux/grpc_xds_ruby_test_in_docker.sh
export OUTPUT_DIR=reports
exec tools/run_tests/dockerize/build_and_run_docker.sh

Loading…
Cancel
Save