Skip to content

Commit 9e6963f

Browse files
committed
ubuntu24.04 precompile support
Signed-off-by: shiva kumar <[email protected]>
1 parent 5053ae8 commit 9e6963f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/scripts/findkernelversion.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ else
2929
artifacts=$(gh api -X GET /repos/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}/artifacts --jq '.artifacts[].name')
3030
# Use a loop or a pattern to find the matching artifact dynamically
3131
for artifact in $artifacts; do
32-
echo "SHIVA=1 $artifact "
3332
if [[ $artifact == $prefix*-$suffix ]]; then
3433
gh run download --name "$artifact" --dir ./
3534
tar -xf $artifact.tar
3635
rm -f $artifact.tar
3736
export $(grep -oP 'KERNEL_VERSION=[^ ]+' ./kernel_version.txt)
38-
echo "SHIVA=1 $KERNEL_VERSION "
3937
rm -f kernel_version.txt
4038
break
4139
fi

0 commit comments

Comments
 (0)