Try fix csharp macos distribtests (#29156)

* try fix csharp macos distribtests

* another attempt

* another fix attempt
pull/29171/head
Jan Tattermusch 3 years ago committed by GitHub
parent fe13456504
commit 69bf041e9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/run_tests/artifacts/package_targets.py

@ -108,8 +108,7 @@ class CSharpPackage:
'..', '..', '..')
environ['EXTERNAL_GIT_ROOT'] = repo_root
return create_jobspec(self.name, ['bash', build_script],
environ=environ,
shell=True)
environ=environ)
def __str__(self):
return self.name

Loading…
Cancel
Save