Commit f1337767 authored by Martin Santangelo's avatar Martin Santangelo

wip2

No related merge requests found
......@@ -208,7 +208,7 @@ workflows:
branches:
only:
- /stable-*/
- /release-*/
- /test-*/
- test/circle-ci
- sentry:
requires:
......
......@@ -17,6 +17,7 @@ test:jest:
before_script:
- yarn install --frozen-lockfile
script:
- printenv
- yarn test
# Upload new terms to poeditor
......@@ -163,10 +164,11 @@ 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'
- '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