mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
CI: ignore deleting the build folder
This will fail in case the build recipe does something special (like disorderfs).
This commit is contained in:
parent
f1394b4ad0
commit
c74b9afc88
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ fdroid build:
|
|||
chown -R vagrant $home_vagrant;
|
||||
$fdroid fetchsrclibs $build --verbose;
|
||||
$fdroid build --verbose --test --scan-binary --on-server --no-tarball $build;
|
||||
rm -rf "build/${build%:*}";
|
||||
rm -rf "build/${build%:*}" || true;
|
||||
./tools/build-contains-signatures.py $build || continue;
|
||||
apt-get install sudo;
|
||||
$fdroid publish --verbose $build;
|
||||
|
|
|
|||
Loading…
Reference in a new issue