summaryrefslogtreecommitdiff
path: root/merchant-terminal/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'merchant-terminal/.gitlab-ci.yml')
-rw-r--r--merchant-terminal/.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/merchant-terminal/.gitlab-ci.yml b/merchant-terminal/.gitlab-ci.yml
index 023b7bf..63b58f1 100644
--- a/merchant-terminal/.gitlab-ci.yml
+++ b/merchant-terminal/.gitlab-ci.yml
@@ -42,8 +42,8 @@ merchant_deploy_nightly:
- ./gradlew :merchant-terminal:assembleRelease
# Rename APK, so fdroid nightly accepts it (looks for *-debug.apk)
- mv merchant-terminal/build/outputs/apk/release/*.apk merchant-terminal-debug.apk
- # START only needed while patch not accepted/released upstream
- - apt update && apt install patch
+ # START only needed while fdroidserver and patch not accepted/released upstream
+ - apt update && apt-get -qy install --no-install-recommends fdroidserver openssh-client patch
- patch /usr/lib/python3/dist-packages/fdroidserver/nightly.py nightly-stats.patch
# END
- CI_PROJECT_URL="https://gitlab.com/gnu-taler/fdroid-repo" CI_PROJECT_PATH="gnu-taler/fdroid-repo" fdroid nightly -v