Feat!: Re-factor lf-activate-venv() to re-use venv
[releng/global-jjb.git] / shell / jenkins-configure-clouds.sh
index 18589c0..06cb4a3 100644 (file)
@@ -292,6 +292,10 @@ get_template_cfg() {
     echo ")"
 }
 
+# shellcheck disable=SC1090
+. ~/lf-env.sh
+
+lf-activate-venv --python python3 lftools
 
 mapfile -t clouds < <(ls -d1 "$OS_CLOUD_DIR"/*/)