Activate lftools env before processing the
logs-deploy script.
This will allow us to fetch the latest version of
pyOpenSSL and cryptography to resolve the following
issue:
https://github.com/pyca/pyopenssl/issues/973
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ib8872cad64630573cf6209ce1012dd5d5eb7cf69
--- /dev/null
+---
+fixes:
+ - |
+ Activate lftools env before processing the logs-deploy script.
+ This will allow us to fetch the latest version of pyOpenSSL and cryptography
+ to resolve the following issue https://github.com/pyca/pyopenssl/issues/973
##############################################################################
echo "---> logs-deploy.sh"
+# shellcheck disable=SC1090
+source ~/lf-env.sh
+lf-activate-venv lftools
+
# Ensure we fail the job if any steps fail
# Disable 'globbing'
set -euf -o pipefail