tvalentyn commented on code in PR #28033:
URL: https://github.com/apache/beam/pull/28033#discussion_r1296315822
##########
sdks/python/container/build.gradle:
##########
@@ -42,8 +42,33 @@ tasks.register("buildAll") {
dependsOn ':sdks:python:container:py311:docker'
}
+for(int i=8; i<=11; ++i) {
+ String cur = "3" + i
+ String prev = "3" + (i-1)
+ tasks.register("push" + cur) {
+ if (cur != "38") {
Review Comment:
ok, it's the first one in the chain
--
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]