Commit dd4da6e1 authored by Martin Santangelo's avatar Martin Santangelo

wip2

parent 263e7d9b
No related merge requests found
......@@ -208,8 +208,8 @@ workflows:
branches:
only:
- /stable-*/
- /release-*/
- test/circle-ci
- /test-*/
- test/improved-ci-flow-play-store
- sentry:
requires:
- ios
......@@ -163,10 +163,10 @@ deploy:google_play:
before_script:
- cd android
- bundle install --path=vendor/bundle
- 'echo $ANDROID_PLAYSTORE_JSON | base64 --decode > ../app/play-store.json'
- 'echo $ANDROID_PLAYSTORE_JSON | base64 --decode > app/play-store.json'
script:
- echo "Upload to the play store Minds-$CI_COMMIT_REF_SLUG-play_store.apk"
- bundle exec fastlane supply --apk ../Minds-$CI_COMMIT_REF_SLUG-play_store.apk --track beta --rollout 0
- bundle exec fastlane supply --apk ../Minds-$CI_COMMIT_REF_SLUG-play_store.apk --track beta --validate_only true
dependencies:
- build:androidproduction-playstore
only:
......
Please register or to comment