You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/02/03 10:33:17 UTC

[incubator-datalab] branch DATALAB-2091 updated: [DATALAB-2091]: added invoke import in deploy datalab

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

lfrolov pushed a commit to branch DATALAB-2091
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2091 by this push:
     new 9688bf0  [DATALAB-2091]: added invoke import in deploy datalab
9688bf0 is described below

commit 9688bf0aa76e1f513452ffe7a96aa7b1164bd79a
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Wed Feb 3 12:33:04 2021 +0200

    [DATALAB-2091]: added invoke import in deploy datalab
---
 infrastructure-provisioning/scripts/deploy_datalab.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/scripts/deploy_datalab.py b/infrastructure-provisioning/scripts/deploy_datalab.py
index 6d7a750..a8e39fa 100644
--- a/infrastructure-provisioning/scripts/deploy_datalab.py
+++ b/infrastructure-provisioning/scripts/deploy_datalab.py
@@ -24,6 +24,7 @@
 import argparse
 import os
 from fabric import *
+from invoke import task
 
 parser = argparse.ArgumentParser()
 parser.add_argument('--conf_service_base_name', type=str, help='unique name for DataLab environment')


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