mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
Merge branch 'bump_fdroid_build' into 'master'
[CI] Bump client build to fix CI failure See merge request fdroid/fdroidserver!1112
This commit is contained in:
commit
694050e561
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user