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 9d13319  added gcp gke deploying
9d13319 is described below

commit 9d13319dd2801f5e7cbf31367f08b51a7156e294
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Wed Dec 18 14:00:53 2019 +0200

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

diff --git a/infrastructure-provisioning/terraform/bin/dlab.py 
b/infrastructure-provisioning/terraform/bin/dlab.py
index c85ef63..5b574bd 100644
--- a/infrastructure-provisioning/terraform/bin/dlab.py
+++ b/infrastructure-provisioning/terraform/bin/dlab.py
@@ -1091,8 +1091,8 @@ class GCPK8sSourceBuilder(AbstractDeployBuilder):
         gke_params['-target'] = 'module.gke_cluster'
         helm_charts_params['-target'] = 'module.helm_charts'
 
-        # terraform.destroy(helm_charts_params, self.terraform_args)
-        # time.sleep(60)
+        terraform.destroy(helm_charts_params, self.terraform_args)
+        time.sleep(60)
         terraform.destroy(gke_params, self.terraform_args)
 
 


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

Reply via email to