kileys commented on a change in pull request #16635:
URL: https://github.com/apache/beam/pull/16635#discussion_r794022599
##########
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:
What causes the build file to be missing?
--
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]