modified: .circleci/config.yml
This commit is contained in:
parent
6f39e5c746
commit
07113542b2
|
@ -18,8 +18,8 @@ jobs:
|
||||||
name: Run the application tests
|
name: Run the application tests
|
||||||
command: flutter test
|
command: flutter test
|
||||||
|
|
||||||
- run: echo $ENCODED_KEYSTORE | base64 --decode >> ${HOME}/repo/keystore.jks
|
- run: echo $ENCODED_KEYSTORE | base64 --decode >> ${HOME}/keystore.jks
|
||||||
- run: echo 'export KEYSTORE=${HOME}/repo/keystore.jks' >> $BASH_ENV
|
- run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Build the Android version
|
name: Build the Android version
|
||||||
|
|
Loading…
Reference in New Issue