drone android disablle release appbundle and comment out binary file secret drone cant handle
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-05-07 17:28:50 -07:00
parent 22c6ef2a89
commit ce08cb799c
1 changed files with 3 additions and 3 deletions

View File

@ -63,8 +63,8 @@ steps:
when:
event: push
environment:
upload_jks_file:
from_secret: upload_jks_file
#upload_jks_file:
# from_secret: upload_jks_file
upload_jks_pass:
from_secret: upload_jks_pass
volumes:
@ -73,7 +73,7 @@ steps:
commands:
- echo $upload_jks_file > upload-keystore.jks
- sed -i "s/%jks-password%/$upload_jks_pass/g" android/key.properties
- flutter build appbundle
# - flutter build appbundle
# cant do debug for final release, this is just a stop gap
- flutter build apk --debug
# or build apk --split-per-abi ?