damccorm commented on code in PR #23405:
URL: https://github.com/apache/beam/pull/23405#discussion_r996097426
##########
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:
Lets remove it rather than commenting it out then
--
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]