taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

commit d29862f332a9e9132b4fbf77ba3836d5e59cfbe5
parent a6c52246727966706b5795ed91880432949d6313
Author: Iván Ávalos <avalos@disroot.org>
Date:   Wed, 19 Jun 2024 11:21:24 -0600

Fix F-droid nightly deployment

Diffstat:
Mcontrib/ci/jobs/2-wallet-deploy/deploy.sh | 4+++-
Mcontrib/ci/jobs/4-cashier-deploy/deploy.sh | 2++
Mcontrib/ci/jobs/7-merchant-terminal-deploy/deploy.sh | 2++
3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/contrib/ci/jobs/2-wallet-deploy/deploy.sh b/contrib/ci/jobs/2-wallet-deploy/deploy.sh @@ -16,7 +16,7 @@ set -x cp "${NIGHTLY_KEYSTORE}" /root/.android/debug.keystore # Build the APK -./gradlew :wallet:assembleNightlyRelease +# ./gradlew :wallet:assembleNightlyRelease # Copy the APK to artifacts folder mkdir -p "${ARTIFACT_PATH}" @@ -36,6 +36,8 @@ python3 -m pip install git+https://gitlab.com/fdroid/fdroidserver.git fdroid --version # Deploy APK to nightly repository +export DEBUG_KEYSTORE +export CI= export CI_PROJECT_URL="https://gitlab.com/gnu-taler/fdroid-repo" export CI_PROJECT_PATH="gnu-taler/fdroid-repo" fdroid nightly -v --archive-older 6 diff --git a/contrib/ci/jobs/4-cashier-deploy/deploy.sh b/contrib/ci/jobs/4-cashier-deploy/deploy.sh @@ -46,6 +46,8 @@ python3 -m pip install git+https://gitlab.com/fdroid/fdroidserver.git fdroid --version # Deploy APK to nightly repository +export DEBUG_KEYSTORE +export CI= export CI_PROJECT_URL="https://gitlab.com/gnu-taler/fdroid-repo" export CI_PROJECT_PATH="gnu-taler/fdroid-repo" fdroid nightly -v --archive-older 6 diff --git a/contrib/ci/jobs/7-merchant-terminal-deploy/deploy.sh b/contrib/ci/jobs/7-merchant-terminal-deploy/deploy.sh @@ -50,6 +50,8 @@ python3 -m pip install git+https://gitlab.com/fdroid/fdroidserver.git fdroid --version # Deploy APK to nightly repository +export DEBUG_KEYSTORE +export CI= export CI_PROJECT_URL="https://gitlab.com/gnu-taler/fdroid-repo" export CI_PROJECT_PATH="gnu-taler/fdroid-repo" fdroid nightly -v --archive-older 6