From b2184ebeaab11a0997be0fd58560b2dccaba7f1e Mon Sep 17 00:00:00 2001 From: shiva kumar Date: Tue, 17 Sep 2024 23:28:02 +0530 Subject: [PATCH] enhance e2e test and publish image Signed-off-by: shiva kumar --- tests/scripts/findkernelversion.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/scripts/findkernelversion.sh b/tests/scripts/findkernelversion.sh index c5309f01..b66aca83 100755 --- a/tests/scripts/findkernelversion.sh +++ b/tests/scripts/findkernelversion.sh @@ -22,8 +22,6 @@ export $(grep -oP 'KERNEL_VERSION=[^ ]+' ./kernel_version.txt) # calculate driver tag status=0 -echo "regctl tag ls nvcr.io/nvidia/driver | grep "^${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST}$"" - regctl tag ls nvcr.io/nvidia/driver | grep "^${DRIVER_BRANCH}-${KERNEL_VERSION}-${DIST}$" || status=$? if [[ $status -eq 0 ]]; then export should_continue=false