mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-24 18:20:43 +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 "keyPassword=${FDROID_KEY_PASS}" >> key.properties
|
||||||
echo "keyAlias=key" >> key.properties
|
echo "keyAlias=key" >> key.properties
|
||||||
echo "storeFile=../key.jks" >> key.properties
|
echo "storeFile=../key.jks" >> key.properties
|
||||||
echo $PLAYSTORE_DEPLOY_KEY >> keys.json
|
echo $PLAYSTORE_DEPLOY_KEY >> fastlane/keys.json
|
||||||
ls | grep key
|
ls | grep key
|
||||||
bundle install
|
bundle install
|
||||||
bundle update fastlane
|
bundle update fastlane
|
||||||
bundle exec fastlane set_build_code_internal
|
bundle exec fastlane set_build_code_internal
|
||||||
cd app
|
echo $GOOGLE_SERVICES >> app/google-services.json
|
||||||
echo $GOOGLE_SERVICES >> google-services.json
|
cd ..
|
||||||
cd ../..
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user