You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2020/01/22 14:53:20 UTC

[incubator-dlab] branch DLAB-1405 updated: [DLAB-1405] Added print functions for testing purpose

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

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


The following commit(s) were added to refs/heads/DLAB-1405 by this push:
     new 588bfb7  [DLAB-1405] Added print functions for testing purpose
588bfb7 is described below

commit 588bfb7dbb845f718b31fc5f25902cd44b0172c5
Author: Demyan Mysakovets <de...@gmail.com>
AuthorDate: Wed Jan 22 16:53:06 2020 +0200

    [DLAB-1405] Added print functions for testing purpose
---
 infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py b/infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py
index be55481..945451d 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py
@@ -76,6 +76,7 @@ if __name__ == "__main__":
         sys.exit(1)
 
     try:
+        print('os.environ[gcp_vpc_name]: ' + os.environ['gcp_vpc_name'])
         if os.environ['gcp_vpc_name'] == '':
             raise KeyError
         else:


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