mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
fix fdroid build rm build directory
This commit is contained in:
parent
cb17cecf86
commit
4dafd365ca
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ fdroid build:
|
|||
chown -R vagrant $VAGRANT_HOME;
|
||||
$fdroid fetchsrclibs $build --verbose;
|
||||
$fdroid build --verbose --test --scan-binary --on-server --no-tarball $build;
|
||||
rm -rf build;
|
||||
rm -rf "build/${build%:*}";
|
||||
./tools/build-contains-signatures.py $build || continue;
|
||||
apt-get install sudo;
|
||||
$fdroid publish --verbose $build;
|
||||
|
|
|
|||
Loading…
Reference in a new issue