KhaninArtur commented on a change in pull request #16563:
URL: https://github.com/apache/beam/pull/16563#discussion_r791586062



##########
File path: 
playground/backend/internal/setup_tools/life_cycle/life_cycle_setuper.go
##########
@@ -143,3 +153,41 @@ func updateJavaLogConfigFile(paths fs_tool.LifeCyclePaths) 
error {
        }
        return nil
 }
+
+func prepareSbtFiles(lc *fs_tool.LifeCycle, pipelineFolder string, workingDir 
string) (*fs_tool.LifeCycle, error) {
+       cmd := exec.Command("sh", filepath.Join(workingDir, 
"new_scio_project.sh"))

Review comment:
       @daria-malkova could you please fix this one?




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