gitlab-ci: the client image now provides fdroidserver

This commit is contained in:
Hans-Christoph Steiner 2018-01-12 10:38:40 +01:00
parent 69f6560ba8
commit a09b1ecb58

View File

@ -86,7 +86,6 @@ deploy_nightly:
- cat config/nightly-repo/repo.xml >> app/src/main/res/values/default_repos.xml
# build the APKs!
- ./gradlew assembleDebug
- apt update; apt install -y --no-install-recommends fdroidserver python3-qrcode openssh-client
- fdroid nightly -v
after_script: