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

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


The following commit(s) were added to refs/heads/DLAB-1158 by this push:
     new ed7383b  added gcp gke deploying
ed7383b is described below

commit ed7383ba5c4bbe12e43024bac57c590387c0abae
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Mon Dec 23 16:03:05 2019 +0200

    added gcp gke deploying
---
 infrastructure-provisioning/terraform/bin/dlab.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/bin/dlab.py 
b/infrastructure-provisioning/terraform/bin/dlab.py
index 267b097..d5ec5b3 100644
--- a/infrastructure-provisioning/terraform/bin/dlab.py
+++ b/infrastructure-provisioning/terraform/bin/dlab.py
@@ -883,7 +883,10 @@ class AWSK8sSourceBuilder(AbstractDeployBuilder):
 
     def destroy(self):
         self.select_master_ip()
-        self.destroy_remote_terraform()
+        try:
+            self.destroy_remote_terraform()
+        except:
+            print("Error with destroying helm charts.")
         super(AWSK8sSourceBuilder, self).destroy()
         if self.output_dir is not None:
             shutil.rmtree(self.output_dir)


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

Reply via email to