We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ac868 commit 345ad5aCopy full SHA for 345ad5a
tests/scripts/findkernelversion.sh
@@ -17,7 +17,7 @@ chmod a+x bin/regctl
17
export PATH=$(pwd)/bin:${PATH}
18
19
# 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
+# regctl image get-file ghcr.io/nvidia/driver:base-${BASE_TARGET}-${KERNEL_FLAVOR}-${DRIVER_BRANCH} /var/kernel_version.txt ./kernel_version.txt || true
21
if [[ -f ./kernel_version.txt && -s ./kernel_version.txt ]]; then
22
# File exists and is not empty
23
export $(grep -oP 'KERNEL_VERSION=[^ ]+' ./kernel_version.txt)
0 commit comments