Update CI.yml

This commit is contained in:
Aditya Garg 2022-11-07 21:06:24 +05:30 committed by GitHub
parent 76873bcd49
commit d74bf5cc79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -37,10 +37,10 @@ jobs:
sed -i 's/LOCALVERSION=-t2-\"${CODENAME}\"/LOCALVERSION=-t2-external/g' /repo/T2-Ubuntu-Kernel/build.sh && cd /repo/T2-Ubuntu-Kernel && \
cd /repo/T2-Ubuntu-Kernel/patches && \
wget https://github.com/AdityaGarg8/T2-Ubuntu/raw/ssd/ssd.patch && \
cd /repo/T2-Ubuntu-Kernel && mkdir /tmp/artifacts && \
cd /repo/T2-Ubuntu-Kernel && \
./build.sh && mkdir /repo/debs && \
rm /tmp/artifacts/*dbg*
rm /tmp/artifacts/*libc-dev*
rm /tmp/artifacts/*dbg* && \
rm /tmp/artifacts/*libc-dev* && \
cp -r /tmp/artifacts/* /repo/debs'
cp -r "$(pwd)"/debs/* /tmp/artifacts