pull/22256/head
Alexander Polcyn 5 years ago
parent cf20b1763e
commit c4dd07aa75
  1. 3
      tools/interop_matrix/create_matrix_images.py

@ -327,7 +327,8 @@ def checkout_grpc_stack(lang, release):
# git submodule update
jobset.message('START',
'git submodule update --init at %s from %s' % (release, stack_base),
'git submodule update --init at %s from %s' %
(release, stack_base),
do_newline=True)
subprocess.check_call(['git', 'submodule', 'update', '--init'],
cwd=stack_base,

Loading…
Cancel
Save