mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
[CI] Bump client build to fix CI failure
This commit is contained in:
parent
764887ea48
commit
483bbecf3e
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue