tvalentyn commented on a change in pull request #11584:
URL: https://github.com/apache/beam/pull/11584#discussion_r418340633



##########
File path: sdks/python/container/py2/build.gradle
##########
@@ -66,7 +66,8 @@ docker {
                   project.rootProject["docker-tag"] : project.sdk_version)
   files "../Dockerfile", "./build"
   buildArgs(['py_version': "2.7",
-             'pull_licenses': 
project.rootProject.hasProperty(["docker-pull-licenses"])])
+             'pull_licenses': 
project.rootProject.hasProperty(["docker-pull-licenses"]) ||
+                     project.rootProject.hasProperty(["isRelease"])])

Review comment:
       I see, thanks. I did not know that we need to set isRelease manually.




----------------------------------------------------------------
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]


Reply via email to