modified: .circleci/config.yml

This commit is contained in:
stonegate 2020-02-13 14:26:38 +08:00
parent 6f39e5c746
commit 07113542b2
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ jobs:
name: Run the application tests
command: flutter test
- run: echo $ENCODED_KEYSTORE | base64 --decode >> ${HOME}/repo/keystore.jks
- run: echo 'export KEYSTORE=${HOME}/repo/keystore.jks' >> $BASH_ENV
- run: echo $ENCODED_KEYSTORE | base64 --decode >> ${HOME}/keystore.jks
- run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV
- run:
name: Build the Android version