benWize commented on code in PR #23405:
URL: https://github.com/apache/beam/pull/23405#discussion_r996073775


##########
website/build.gradle:
##########
@@ -230,13 +259,13 @@ def getBranchRepo() {
   return "apache/beam/blob/master"
 }
 
-def buildContentDir(name) {
-  "${project.rootDir}/build/website/generated-${name.toLowerCase()}-content"
+def buildContentDir(name, dir = project.rootDir) {
+  "${dir}/build/website/generated-${name.toLowerCase()}-content"
 }
 
 task serveWebsite(type: Exec) {
   dependsOn setupDockerContainer
-  finalizedBy stopAndRemoveDockerContainer
+//  finalizedBy stopAndRemoveDockerContainer

Review Comment:
   Without the changes in `stopAndRemoveDockerContainer`, the container is 
removed before the files are staged to gcs.



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

Reply via email to