Demo PR for release automation differentiating between beta and stable builds#17892
Closed
mokagio wants to merge 1 commit intoremove/circle-cifrom
Closed
Demo PR for release automation differentiating between beta and stable builds#17892mokagio wants to merge 1 commit intoremove/circle-cifrom
mokagio wants to merge 1 commit intoremove/circle-cifrom
Conversation
4 tasks
e32c0cb to
fdadfce
Compare
Contributor
Contributor
Base automatically changed from
remove/circle-ci-and-fix-beta-builds
to
remove/circle-ci
February 8, 2022 16:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Builds on top of
PR I haven't submitted yetwith hacks to show that the beta flag is passed correctly from thetrigger_release_buildandtrigger_beta_buildFastlane actions without actually going on to submit those builds.Example of beta build triggered via
bundle exec fastlane trigger_beta_build branch_to_build:remove/circle-ci-and-fix-beta-builds-test:Link to build.
Example of beta build triggered via
bundle exec fastlane trigger_release_build branch_to_build:remove/circle-ci-and-fix-beta-builds-test:Link to build.
Notice that in both cases I could have seen the parameter propagation from the script call only:
I decided to run the entire build up to the Fastlane value check to make sure that bit, too, worked.