drone: android upload sign (strip newline/spaces)
the build was successful Details

This commit is contained in:
Dan Ballard 2020-12-09 17:38:47 -08:00
parent 0f15141f73
commit 4932c728ec
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ pipeline:
- make clean
- echo "cwtch-upload" > android/jks_alias
- echo $UPLOAD_JKS_PASS > android/jks_pass
- echo $UPLOAD_JKS_FILE > android/ui.jks.b64
- echo $UPLOAD_JKS_FILE | tr -d '\n ' > android/ui.jks.b64
- base64 --decode android/ui.jks.b64 > android/ui.jks
- go mod download
- export VERSION=`git describe --tags`