mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
CI: rm build dir after every build
This commit is contained in:
parent
97c898d48d
commit
5f8f1c33a9
1 changed files with 1 additions and 0 deletions
|
|
@ -269,6 +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/$build;
|
||||
./tools/build-contains-signatures.py $build || continue;
|
||||
apt-get install sudo;
|
||||
$fdroid publish --verbose $build;
|
||||
|
|
|
|||
Loading…
Reference in a new issue