[CI] Bump client build to fix CI failure

This commit is contained in:
Jochen Sprickerhof 2022-04-22 14:26:55 +02:00
parent 764887ea48
commit 483bbecf3e
1 changed files with 1 additions and 2 deletions

View File

@ -382,8 +382,7 @@ fdroid build:
- $fdroid build --verbose --latest org.fdroid.fdroid.privileged
# try on-server build
- currentVersionCode=`python3 -c "import yaml; print(yaml.load(open('metadata/org.fdroid.fdroid.yml'))['CurrentVersionCode'])"`
- $fdroid build --verbose --on-server --no-tarball org.fdroid.fdroid:$currentVersionCode
- $fdroid build --verbose --on-server --no-tarball --latest org.fdroid.fdroid
# each `fdroid build --on-server` run expects sudo, then uninstalls it
- if dpkg --list sudo; then echo "sudo should not be still there"; exit 1; fi