Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split fastlane build and deploy steps #140

Merged
merged 3 commits into from
Dec 7, 2020
Merged

Conversation

garethbowen
Copy link
Member

This means we can build all apks, and publish to GitHub, without
also publishing to the Play Store.

#138

Also solves a bug where Play Store rejection meant the apks weren't
uploaded to GitHub by switching the order of release steps.

#91

This means we can build all apks, and publish to GitHub, without
also publishing to the Play Store.

#138

Also solves a bug where Play Store rejection meant the apks weren't
uploaded to GitHub by switching the order of release steps.

#91
@garethbowen garethbowen requested a review from mrsarm December 3, 2020 21:59
@garethbowen
Copy link
Member Author

Review please @mrsarm !

The solution I went with was to split the fastlane process into build and publish rather than doing both in one step. This means we can build all brands, then if tagging upload them all to GH, and upload a few specific ones to the Play Store.

It's hard to know if this will work or not until I do a tag, but I think it should work!

# - fastlane deploy flavor:vhw_burundi

- stage: final
# flavors sorted alphabetically with three per job
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice clarification of why are separated in ~3

Copy link
Contributor

@mrsarm mrsarm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

@garethbowen garethbowen merged commit a858ac3 into master Dec 7, 2020
@garethbowen garethbowen deleted the 138-build-all-apks branch December 7, 2020 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants