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

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


The following commit(s) were added to refs/heads/DATALAB-2386 by this push:
     new 0604988  [DATALAB-2386]: removed additional output during mvn package
0604988 is described below

commit 060498896fb639450fbfb7e02bc13f9e2c60c33e
Author: leonidfrolov <[email protected]>
AuthorDate: Thu May 6 12:53:24 2021 +0300

    [DATALAB-2386]: removed additional output during mvn package
---
 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 87318bb..fce5306 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():
 
         # Building Back-end
         with cd(args.datalab_path + '/sources/'):
-            sudo('/opt/maven/bin/mvn -P{} -DskipTests package -X 
-e'.format(args.cloud_provider))
+            sudo('/opt/maven/bin/mvn -P{} -DskipTests 
package'.format(args.cloud_provider))
 
         sudo('mkdir -p {}/webapp/'.format(args.datalab_path))
         for service in ['self-service', 'provisioning-service', 'billing']:

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to