You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/12/24 09:31:09 UTC

[incubator-dlab] branch DLAB-1411 created (now ca1939f)

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

omartushevskyi pushed a change to branch DLAB-1411
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at ca1939f  debug

This branch includes the following new commits:

     new ca1939f  debug

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-dlab] 01/01: debug

Posted by om...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-1411
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit ca1939f0533f0ac57a2e7c04debf380ceb19d4c1
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Tue Dec 24 11:30:58 2019 +0200

    debug
---
 infrastructure-provisioning/src/ssn/scripts/configure_docker.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_docker.py b/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
index 7176c8b..d935599 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
@@ -104,6 +104,7 @@ def build_docker_images(image_list, region, dlab_path):
         sudo('rm -f {}sources/infrastructure-provisioning/src/base/azure_auth.json'.format(args.dlab_path))
         return True
     except:
+        time.sleep(600)
         return False
 
 def configure_guacamole():


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