1
0
mirror of https://github.com/stonega/tsacdop synced 2025-01-25 13:18:42 +01:00

modified: .circleci/config.yml

This commit is contained in:
stonegate 2020-02-13 14:35:30 +08:00
parent 07113542b2
commit c5af92bf31

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: