daria-malkova commented on a change in pull request #16703:
URL: https://github.com/apache/beam/pull/16703#discussion_r800873189
##########
File path:
playground/backend/internal/setup_tools/life_cycle/life_cycle_setuper.go
##########
@@ -176,6 +177,10 @@ func prepareSbtFiles(lc *fs_tool.LifeCycle, pipelineFolder
string, workingDir st
if err != nil {
return nil, err
}
+ _, err = exec.Command("cp", filepath.Join(workingDir,
scioCommonConstants), absFileFolderPath).Output()
Review comment:
Do you think is it gonna change once?)
--
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]