From: Matthew Watkins Date: Wed, 28 Sep 2022 16:05:38 +0000 (+0100) Subject: Fix: Request Python 3 -> 3.8 X-Git-Tag: v0.81.4~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=commitdiff_plain;h=6df99d7b6b5da664ff27ccb469581de5aea7f0e2 Fix: Request Python 3 -> 3.8 Issue: RELENG-4462 Signed-off-by: Matthew Watkins Change-Id: Id986f183aa233879c805c52f3839b36087ab1e84 --- diff --git a/shell/logs-deploy.sh b/shell/logs-deploy.sh index c28d92ef..d797fa7e 100644 --- a/shell/logs-deploy.sh +++ b/shell/logs-deploy.sh @@ -12,7 +12,7 @@ echo "---> logs-deploy.sh" # shellcheck disable=SC1090 source ~/lf-env.sh -lf-activate-venv --python python3 lftools +lf-activate-venv --python python3.8 lftools # Ensure we fail the job if any steps fail # Disable 'globbing'