1
0
Fork 0

Update drone config
continuous-integration/drone/push Build is failing Details

master
blallo 2020-07-15 12:31:58 +02:00
parent ed40d1fcdb
commit 0a1202ec9a
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 3 additions and 2 deletions

View File

@ -15,12 +15,13 @@ steps:
pull: if-not-exists
image: leophys/fenix-builder:0.4
commands:
- /src/gradlew --stacktrace assembleGeckoNightly
- /src/gradlew --stacktrace assembleGeckoNightlyDebug
- /src/sign.sh
environment:
KEY_PASSWORD:
from_secret: key_password
KEY_PATH: /secrets/key.jks
ANDROID_SDK_ROOT: /usr/local/android-sdk-linux
volumes:
- name: builds_output
path: /builds/
@ -110,6 +111,6 @@ depends_on:
---
kind: signature
hmac: d2175d3b9a53eb52deaf117a335af6ec62de65e3eb025ccc496922f170c36db1
hmac: 1893bd9447fd256da6879734a158d7cf5219ec3710baf5887a9bafb5e1cbb5c5
...