Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c3c37d5 authored by Ellen Poe's avatar Ellen Poe
Browse files

ci: log to ensure the decoded keystore exists

parent c374523b
Loading
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -221,10 +221,11 @@ release:
    # Install cargo-ndk
    - cargo install cargo-ndk || true
    # Set up keystore from CI/CD variable
    - export KEYSTORE_PASSWORD="$LEGACY_KEYSTORE_PASSWORD"
    - export KEY_ALIAS="$LEGACY_KEY_ALIAS"
    - export KEY_PASSWORD="$LEGACY_KEY_PASSWORD"
    - echo "$LEGACY_ANDROID_KEYSTORE_BASE64" | base64 --decode > cardinal-android/app/release.keystore
    - export KEYSTORE_PASSWORD="${LEGACY_KEYSTORE_PASSWORD}"
    - export KEY_ALIAS="${LEGACY_KEY_ALIAS}"
    - export KEY_PASSWORD="${LEGACY_KEY_PASSWORD}"
    - echo "${LEGACY_ANDROID_KEYSTORE_BASE64}" | base64 --decode > cardinal-android/app/release.keystore
    - ls -l cardinal-android/app/release.keystore
  cache:
    - key:
        files: