Skip to content

Commit 345ad5a

Browse files
committed
ubuntu24.04 ci pipeline fix
Signed-off-by: shiva kumar <[email protected]>
1 parent 90ac868 commit 345ad5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/findkernelversion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ chmod a+x bin/regctl
1717
export PATH=$(pwd)/bin:${PATH}
1818

1919
# calculate kernel version of latest image
20-
regctl image get-file ghcr.io/nvidia/driver:base-${BASE_TARGET}-${KERNEL_FLAVOR}-${DRIVER_BRANCH} /var/kernel_version.txt ./kernel_version.txt || true
20+
# regctl image get-file ghcr.io/nvidia/driver:base-${BASE_TARGET}-${KERNEL_FLAVOR}-${DRIVER_BRANCH} /var/kernel_version.txt ./kernel_version.txt || true
2121
if [[ -f ./kernel_version.txt && -s ./kernel_version.txt ]]; then
2222
# File exists and is not empty
2323
export $(grep -oP 'KERNEL_VERSION=[^ ]+' ./kernel_version.txt)

0 commit comments

Comments
 (0)