mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
jenkins-build-all: stop deleting previous builds results
This commit is contained in:
parent
760fdf3bd2
commit
184d2f97d2
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ printf '\n@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\nbuild all with reproducible signatures
|
||||||
for f in metadata/*/signatures/*; do
|
for f in metadata/*/signatures/*; do
|
||||||
appid=$(basename $(dirname $(dirname $f)))
|
appid=$(basename $(dirname $(dirname $f)))
|
||||||
versionCode=$(basename $f)
|
versionCode=$(basename $f)
|
||||||
rm -f repo/${appid}_*.* archive/${appid}_*.* unsigned/${appid}_*.*
|
rm -f repo/${appid}_${versionCode}*.* archive/${appid}_${versionCode}*.* unsigned/${appid}_${versionCode}*.*
|
||||||
$WORKSPACE/fdroid build --verbose --latest --no-tarball ${appid}:$versionCode
|
$WORKSPACE/fdroid build --verbose --latest --no-tarball ${appid}:$versionCode
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue