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


The following commit(s) were added to refs/heads/DLAB-1411 by this push:
     new 2f0e743  debug
2f0e743 is described below

commit 2f0e743794bd99015dce7df7cebb7c94b7d0c712
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Thu Dec 26 12:49:06 2019 +0200

    debug
---
 infrastructure-provisioning/src/ssn/scripts/configure_docker.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_docker.py 
b/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
index b0d634c..948f70c 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
@@ -177,8 +177,8 @@ if __name__ == "__main__":
         sys.exit(1)
 
     print("Building dlab images")
-    if not build_docker_images(deeper_config, args.region, args.dlab_path):
-        sys.exit(1)
+    # if not build_docker_images(deeper_config, args.region, args.dlab_path):
+    #     sys.exit(1)
     count = 0
     while not build_docker_images(deeper_config, args.region, args.dlab_path) 
or count < 5:
         count += 1


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

Reply via email to