aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/interop_matrix/create_matrix_images.py
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2017-11-14 17:43:37 -0800
committerGravatar Adele Zhou <adelez@google.com>2017-11-22 11:10:01 -0800
commit4fba378edf728a145ca2796169eb8f55eabb5464 (patch)
treefff08e8f91160e2353d252b5e87a20ffc6cff78c /tools/interop_matrix/create_matrix_images.py
parenta3664680c5a5cdf5d25e09d139474bd459447b63 (diff)
Switch back to using template located at _IMAGE_BUILDER because the previous change will break Go, Java and Node.
Diffstat (limited to 'tools/interop_matrix/create_matrix_images.py')
-rwxr-xr-xtools/interop_matrix/create_matrix_images.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/interop_matrix/create_matrix_images.py b/tools/interop_matrix/create_matrix_images.py
index ddeca65f27..00aa003363 100755
--- a/tools/interop_matrix/create_matrix_images.py
+++ b/tools/interop_matrix/create_matrix_images.py
@@ -140,7 +140,7 @@ def build_image_jobspec(runtime, env, gcr_tag, stack_base):
}
build_env.update(env)
build_job = jobset.JobSpec(
- cmdline=[os.path.join(stack_base, _IMAGE_BUILDER)],
+ cmdline=[_IMAGE_BUILDER],
environ=build_env,
shortname='build_docker_%s' % runtime,
timeout_seconds=30*60)