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')