ihji commented on a change in pull request #16635:
URL: https://github.com/apache/beam/pull/16635#discussion_r794065765
##########
File path: runners/google-cloud-dataflow-java/build.gradle
##########
@@ -300,6 +300,10 @@ task cleanUpDockerJavaImages() {
// task directly ('dependsOn buildAndPushDockerPythonContainer'). This ensures
the correct
// task ordering such that the registry doesn't get cleaned up prior to task
completion.
task buildAndPushDockerPythonContainer() {
+ if (!project.project(":sdks:python").buildFile.exists()) {
Review comment:
We don’t preserve github directory structure in google3. Java and Python
imports have separate root directories so we can’t use Python build file from
Java build file.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]