CI related bugfix

This commit is contained in:
Igor Pecovnik
2021-06-09 13:22:09 +02:00
parent 8a9ad79c9e
commit 4d84bd204b

View File

@@ -232,6 +232,7 @@ jobs:
./compile.sh all-new-beta-kernels
cd ../scripts
sudo git clean -ffdx && git reset --hard HEAD
git config pull.rebase false
cd ../build
sudo rsync -ar --delete cache/hash-beta/. ../scripts/hash-beta/
if [[ $(cat .tmp/n 2> /dev/null) -ne 0 ]]; then
@@ -376,6 +377,10 @@ jobs:
rm -f output/debs/armbian-* 2> /dev/null
rm -f output/debs/linux-libc-* 2> /dev/null
find output/debs -mindepth 1 -maxdepth 1 -type d -print0 | xargs -0 sudo rm -R 2> /dev/null
cd ../scripts
sudo git clean -ffdx && git reset --hard HEAD
git config pull.rebase false
cd ../build
sudo rsync -ar --delete cache/hash/. ../scripts/hash/
if [[ $(cat .tmp/n 2> /dev/null) -ne 0 ]]; then
cd ../scripts/hash