This is an automated email from the ASF dual-hosted git repository.
mykolabodnar pushed a commit to branch DATALAB-2409
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/DATALAB-2409 by this push:
new b123a20 [DATALAB-2409] - DataLab deployment script refactored
b123a20 is described below
commit b123a2078ca4d9af1d8210d846a107264ceb2c06
Author: bodnarmykola <[email protected]>
AuthorDate: Wed Jul 21 16:16:38 2021 +0300
[DATALAB-2409] - DataLab deployment script refactored
---
infrastructure-provisioning/src/ssn/fabfile.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/infrastructure-provisioning/src/ssn/fabfile.py
b/infrastructure-provisioning/src/ssn/fabfile.py
index 2e03014..cbc8eba 100644
--- a/infrastructure-provisioning/src/ssn/fabfile.py
+++ b/infrastructure-provisioning/src/ssn/fabfile.py
@@ -26,8 +26,8 @@ import os
import sys
import traceback
import uuid
-from fabric import task
-import subprocess
+from datalab.fab import *
+from fabric import *
@task
def run(ctx):
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]