mirror of
https://github.com/NiciDieNase/chaosflix
synced 2025-02-16 21:18:23 +00:00
add newline instead of clearing gradle props
This commit is contained in:
parent
614fc0b071
commit
ac4f959537
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ jobs:
|
|||
echo "export LIBS_LOWER=\"$(tr '[:upper:]' '[:lower:]' <<< ${LIBS:0:1}${LIBS:1})\"" >> $BASH_ENV
|
||||
echo "$ENCODED_KEYSTORE" | base64 --decode >> ${HOME}/code/keystore.jks
|
||||
KEYSTORE=${HOME}/code/keystore.jks
|
||||
echo > gradle.properties
|
||||
echo >> gradle.properties
|
||||
echo "chaosflixKeystore=$KEYSTORE" >> gradle.properties
|
||||
echo "chaosflixStorePassword=$KEYSTORE_PASSWORD" >> gradle.properties
|
||||
echo "chaosflixKeyName=$KEY_NAME" >> gradle.properties
|
||||
|
|
Loading…
Add table
Reference in a new issue