mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
fix: CI
This commit is contained in:
parent
0adeb09eb8
commit
ebb114d043
@ -5,11 +5,10 @@ echo "storePassword=${FDROID_KEY_PASS}" >> key.properties
|
||||
echo "keyPassword=${FDROID_KEY_PASS}" >> key.properties
|
||||
echo "keyAlias=key" >> key.properties
|
||||
echo "storeFile=../key.jks" >> key.properties
|
||||
echo $PLAYSTORE_DEPLOY_KEY >> keys.json
|
||||
echo $PLAYSTORE_DEPLOY_KEY >> fastlane/keys.json
|
||||
ls | grep key
|
||||
bundle install
|
||||
bundle update fastlane
|
||||
bundle exec fastlane set_build_code_internal
|
||||
cd app
|
||||
echo $GOOGLE_SERVICES >> google-services.json
|
||||
cd ../..
|
||||
echo $GOOGLE_SERVICES >> app/google-services.json
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user