Update AGAIN build pipeline
continuous-integration/drone/push Build is passing Detalles

master
blallo 2020-08-10 22:25:24 +02:00
padre 13ecd3eeee
commit 2d00547a44
Firmado por: blallo
ID de clave GPG: 0CBE577C9B72DC3F
Se han modificado 2 ficheros con 3 adiciones y 3 borrados

Ver fichero

@ -15,7 +15,7 @@ steps:
pull: if-not-exists
image: leophys/fenix-builder:0.5
commands:
- /src/gradlew --stacktrace assembleGeckoNightly
- /src/gradlew --stacktrace app:assemble
- /src/sign.sh
environment:
KEY_PASSWORD:
@ -111,6 +111,6 @@ depends_on:
---
kind: signature
hmac: ac9c63a1a1d65224152568ff9f2e1c7b9f5e3b44870da5518583fa36cf879a97
hmac: 75d28c4234d1faa970a1fa4c54917bad4ba57122389cad5ae8f3b3a600d16aef
...

Ver fichero

@ -2,7 +2,7 @@
set -ex
for APK in /src/app/build/outputs/apk/geckoNightly/fenixProduction/*apk
for APK in /src/app/build/outputs/apk/nightly/*apk
do
echo "${KEY_PASSWORD}"|${ANDROID_HOME}/build-tools/${ANDROID_BUILD_TOOLS_VERSION}/apksigner sign --ks "${KEY_PATH}" "${APK}"
APK_NAME=$(basename ${APK})