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

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


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

commit fae2060e48eec80971fddf0c128dc627c776b55d
Author: leonidfrolov <[email protected]>
AuthorDate: Thu May 20 13:40:04 2021 +0300

    [DATALAB-2320]: added output
---
 infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py 
b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index a21974b..25067ed 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -650,7 +650,7 @@ def pull_docker_images():
                               args.repository_address,
                               args.repository_port))
             except:
-                print('Failed docker login. ')
+                print('==============\nFailed docker login.\n==============')
             for image in list_images[args.cloud_provider]:
                 conn.sudo('docker pull {0}:{1}/docker.datalab-{3}-{2}'
                           .format(args.repository_address, 
args.repository_port, args.cloud_provider, image))

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

Reply via email to