fix no space left error.

This commit is contained in:
debuggerx
2021-08-03 17:04:33 +08:00
parent 705596a29c
commit 000a7852ed
2 changed files with 3 additions and 2 deletions

View File

@@ -29,8 +29,8 @@ source ../patch.d/*.sh
CPU_CORES=$(grep -c processor < /proc/cpuinfo)
make deb-pkg -j"$CPU_CORES"
# copy deb packages to artifact dir
# move deb packages to artifact dir
cd ..
mkdir "artifact"
# shellcheck disable=SC2010
cp "$(ls -- *.deb | grep -v dbg)" artifact/
mv "$(ls -- *.deb | grep -v dbg)" artifact/