modified: .circleci/config.yml
This commit is contained in:
parent
07113542b2
commit
c5af92bf31
|
@ -18,7 +18,7 @@ jobs:
|
|||
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:
|
||||
|
|
Loading…
Reference in New Issue