TSultanov commented on code in PR #25994:
URL: https://github.com/apache/beam/pull/25994#discussion_r1165203109
##########
playground/backend/new_scio_project.sh:
##########
@@ -15,6 +15,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-{ printf scio\\nscio\\n; yes; } | sbt new spotify/scio-template.g8
+if [ -d /opt/sbt-template/scio ]; then
Review Comment:
We run `sbt` during container build time to cache all of Scala dependencies
and cache the scala project template. This script can create new project either
by simply calling a template if it exists in the container, or by initializing
a project anew of it's called, for example, in a test or during the container
build.
--
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]