mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
unset CI for fdroid build
This commit is contained in:
parent
4ccbf5da58
commit
4d587ec365
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ fdroid build:
|
|||
ln -s $CI_PROJECT_DIR/../.gitconfig $home_vagrant/.gitconfig;
|
||||
$fdroid fetchsrclibs $build --verbose;
|
||||
rm $home_vagrant/fdroiddata $home_vagrant/.gitconfig;
|
||||
$fdroid build --verbose --test --refresh-scanner --scan-binary --on-server --no-tarball $build;
|
||||
(unset CI; $fdroid build --verbose --test --refresh-scanner --scan-binary --on-server --no-tarball $build);
|
||||
apt-get install sudo;
|
||||
apk="tmp/binaries/${build/:/_}.binary.apk";
|
||||
[[ -e $apk ]] && $fdroid scanner --verbose --exit-code $apk;
|
||||
|
|
|
|||
Loading…
Reference in a new issue