Install lftools using the global-jjb scripts
[releng/builder.git] / jjb / opendaylight-infra-cleanup-old-images.sh
index 129ab133624cac2b8ac9d487a5cbd9363b317d3a..b3b28e1037914a20eb5502998654c0728e5c24e3 100644 (file)
@@ -1,16 +1,4 @@
 #!/bin/bash
-LFTOOLS_DIR="$WORKSPACE/.venv-lftools"
-if [ ! -d "$LFTOOLS_DIR" ]
-then
-    virtualenv "$LFTOOLS_DIR"
-    # shellcheck disable=SC1090
-    source "$LFTOOLS_DIR/bin/activate"
-    pip install --upgrade pip
-    pip install "lftools>=0.0.10"
-    pip freeze
-fi
-# shellcheck disable=SC1090
-source "$LFTOOLS_DIR/bin/activate"
 
 lftools openstack --os-cloud odlpriv-sandbox \
     image cleanup --hide-public=True \