You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/02/25 13:39:50 UTC

[incubator-datalab] branch DATALAB-2091 updated: [DATALAB-2091]: added maven output redirection to tmp file

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-2091
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2091 by this push:
     new a556fe6  [DATALAB-2091]: added maven output redirection to tmp file
a556fe6 is described below

commit a556fe681b249d398f7bfc1ccaff8d4c75369671
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Feb 25 15:38:46 2021 +0200

    [DATALAB-2091]: added maven output redirection to tmp file
---
 infrastructure-provisioning/src/ssn/scripts/configure_ui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_ui.py b/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
index 19c2652..be69baa 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
@@ -158,7 +158,7 @@ def build_ui():
         conn.sudo('sudo chown -R {} {}/*'.format(args.os_user, args.datalab_path))
 
         # Building Back-end
-        conn.sudo('bash -c "cd {}/sources/ && /opt/maven/bin/mvn -P{} -DskipTests package"'.format(args.datalab_path, args.cloud_provider))
+        conn.sudo('bash -c "cd {}/sources/ && /opt/maven/bin/mvn -P{} -DskipTests package > /tmp/maven.log"'.format(args.datalab_path, args.cloud_provider))
 
         conn.sudo('mkdir -p {}/webapp/'.format(args.datalab_path))
         for service in ['self-service', 'provisioning-service', 'billing']:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org