From 943d349b7f3fcc21b0df0ba5edbcc8fb582eb86b Mon Sep 17 00:00:00 2001 From: shiva kumar Date: Fri, 22 Nov 2024 14:20:15 +0530 Subject: [PATCH] ubuntu24.04 ci pipeline fix Signed-off-by: shiva kumar --- tests/scripts/ci-precompiled-helpers.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/scripts/ci-precompiled-helpers.sh b/tests/scripts/ci-precompiled-helpers.sh index 71129178..a3701921 100644 --- a/tests/scripts/ci-precompiled-helpers.sh +++ b/tests/scripts/ci-precompiled-helpers.sh @@ -22,8 +22,6 @@ get_kernel_versions_to_test() { kernel_versions+=("$KERNEL_VERSION") fi if [[ "$should_continue_first_release" == true ]]; then - ls - pwd matching_kernel_version_file=$(ls | grep "$DRIVER_BRANCHES" | grep "$LTS_KERNEL" | grep "$KERNEL_FLAVORS" | grep "$DIST") source $matching_kernel_version_file KERNEL_VERSION=$(echo "$KERNEL_VERSION" | tr -d ' \n')