You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/08/04 10:40:58 UTC

[incubator-dlab] branch DLAB-1594-2 updated: [DLAB-1594]: enabled resources clear

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

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


The following commit(s) were added to refs/heads/DLAB-1594-2 by this push:
     new f34d240  [DLAB-1594]: enabled resources clear
f34d240 is described below

commit f34d240e150518942826b7a61396f4d5261622e9
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Aug 4 13:40:43 2020 +0300

    [DLAB-1594]: enabled resources clear
---
 infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
index 033efd4..c7b94b1 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
@@ -193,7 +193,7 @@ if __name__ == "__main__":
             raise Exception
     except Exception as err:
         dlab.fab.dlab.fab.append_result("Failed configuring ssn.", str(err))
-        #clear_resources()
+        clear_resources()
         sys.exit(1)
 
     try:


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