You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by my...@apache.org on 2020/12/08 13:10:08 UTC

[incubator-datalab] 01/01: azure-test

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

mykolabodnar pushed a commit to branch dev-azure-test
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 70de2ba949f0202be5a7a08328c4414516be2c06
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Tue Dec 8 15:09:43 2020 +0200

    azure-test
---
 infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py b/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
index 4ad1282..cf6433a 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_prepare.py
@@ -39,8 +39,11 @@ if __name__ == "__main__":
                         level=logging.DEBUG,
                         filename=local_log_filepath)
     try:
+        print('Step 1')
         AzureMeta = datalab.meta_lib.AzureMeta()
+        print('Step 2')
         AzureActions = datalab.actions_lib.AzureActions()
+        print('Step 3')
         ssn_conf = dict()
         ssn_conf['instance'] = 'ssn'
 


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