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

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


The following commit(s) were added to refs/heads/DATALAB-2410 by this push:
     new ffcb8c2  [DATALAB-2410]: added output
ffcb8c2 is described below

commit ffcb8c2e8794c3b3ce1bd3fc95042dd18272edbc
Author: leonidfrolov <[email protected]>
AuthorDate: Thu Jun 10 17:01:03 2021 +0300

    [DATALAB-2410]: added output
---
 infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py 
b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index 68ce0c9..4241e19 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -1065,9 +1065,10 @@ def init_args():
     parser.add_argument('--ssn_k8s_alb_dns_name', type=str, default='')
     # TEMPORARY
     print('==========2')
-    print(parser.parse_known_args())
+    print(parser.parse_known_args()[1])
     args = parser.parse_known_args()[0]
-
+    for value in args:
+        print(value)
 
 def update_system():
     conn.sudo('apt-get update')

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

Reply via email to