modified: .circleci/config.yml

This commit is contained in:
stonegate 2020-02-13 14:35:30 +08:00
parent 07113542b2
commit c5af92bf31
1 changed files with 2 additions and 2 deletions

View File

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