Skip to content
Snippets Groups Projects
Commit adc9c081 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

move artifact dockerfiles

parent 5371d734
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ class CSharpExtArtifact: ...@@ -135,7 +135,7 @@ class CSharpExtArtifact:
'EMBED_ZLIB': 'true'} 'EMBED_ZLIB': 'true'}
if self.platform == 'linux': if self.platform == 'linux':
return create_docker_jobspec(self.name, return create_docker_jobspec(self.name,
'tools/jenkins/grpc_artifact_linux_%s' % self.arch, 'tools/dockerfile/grpc_artifact_linux_%s' % self.arch,
'tools/run_tests/build_artifact_csharp.sh') 'tools/run_tests/build_artifact_csharp.sh')
else: else:
environ.update(macos_arch_env(self.arch)) environ.update(macos_arch_env(self.arch))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment