mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-23 04:43:07 +00:00
CircleCI: fix keystore-quoting
This commit is contained in:
parent
6cbfbb1014
commit
4e06fd2162
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ jobs:
|
|||
echo "export BUILD_TYPE_LOWER=\"$(tr '[:upper:]' '[:lower:]' <<< ${BUILD_TYPE:0:1}${BUILD_TYPE:1})\"" >> $BASH_ENV
|
||||
echo "export FLAVOR1_LOWER=\"$(tr '[:upper:]' '[:lower:]' <<< ${FLAVOR1:0:1}${FLAVOR1:1})\"" >> $BASH_ENV
|
||||
echo "export FLAVOR2_LOWER=\"$(tr '[:upper:]' '[:lower:]' <<< ${FLAVOR2:0:1}${FLAVOR2:1})\"" >> $BASH_ENV
|
||||
echo $ENCODED_KEYSTORE | base64 --decode >> ${HOME}/code/keystore.jks
|
||||
echo "$ENCODED_KEYSTORE" | base64 --decode >> ${HOME}/code/keystore.jks
|
||||
echo 'export KEYSTORE=${HOME}/code/keystore.jks' >> $BASH_ENV
|
||||
- run:
|
||||
name: Download Dependencies
|
||||
|
|
Loading…
Reference in a new issue