kennknowles commented on a change in pull request #13087:
URL: https://github.com/apache/beam/pull/13087#discussion_r505133483
##########
File path: runners/google-cloud-dataflow-java/build.gradle
##########
@@ -210,6 +216,18 @@ task buildAndPushDockerContainer() {
}
}
+// Clean up built images
+task cleanUpDockerImages() {
Review comment:
Sort of :-)
I had a syntax error and the error was "cannot find task
'cleanUpdockerImages'". So I moved this task to an earlier line and the error
was easier to understand.
I was going to revert it, but I noticed it finalized the task
`buildAndPushDockerContainer` which is right above it. So I thought it was kind
of nice to have them close to each other. That is why I left it here.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]