1
0
mirror of https://github.com/stonega/tsacdop synced 2025-02-10 08:30:45 +01:00

modified: .circleci/config.yml

This commit is contained in:
stonegate 2020-02-13 14:26:38 +08:00
parent 6f39e5c746
commit 07113542b2

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