gitlab-ci: fix sudo test in "fdroid build" job

This commit is contained in:
Hans-Christoph Steiner 2022-04-18 14:35:21 +02:00
parent 8223b5b3ed
commit 3027dc014e
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ fdroid build:
- $fdroid build --verbose --on-server --no-tarball org.fdroid.fdroid:$currentVersionCode
# each `fdroid build --on-server` run expects sudo, then uninstalls it
- ! dpkg --list sudo
- if dpkg --list sudo; then echo "sudo should not be still there"; exit 1; fi
# test the plugin API and specifically the fetchsrclibs plugin, which