From 6df99d7b6b5da664ff27ccb469581de5aea7f0e2 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Wed, 28 Sep 2022 17:05:38 +0100 Subject: [PATCH] Fix: Request Python 3 -> 3.8 Issue: RELENG-4462 Signed-off-by: Matthew Watkins Change-Id: Id986f183aa233879c805c52f3839b36087ab1e84 --- shell/logs-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.16.6