mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
CI related bugfix
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user