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

Update Flutter deploy workflow #225

Merged
merged 3 commits into from Feb 8, 2022
Merged

Conversation

ofalvai
Copy link
Contributor

@ofalvai ofalvai commented Feb 3, 2022

Context

Updating and simplifying the Flutter workflows. Follow-up to #223

Changes

  • Remove Xcode archive step from the workflow as the Flutter build command has this functionality now for a while
  • Set ios_build_type to archive in the Flutter build step if platform is ios or both to build an xcarchive
  • Remove empty Script step
  • Remove scanner options related to the Xcode archive step, such as the distribution method. These options are no longer needed, because the Xcode Archive step is removed, plus the deploy workflow needs some manual configuration anyway before the first successful build
  • Add workflow description

@@ -252,28 +251,8 @@ func (scanner *Scanner) Options() (models.OptionNode, models.Warnings, models.Ic
}
cfg := configName + "-" + testKey

if project.hasIosProject {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Remove this entire if block because the iOS related options are not needed anymore

@ofalvai ofalvai merged commit 4b7636b into master Feb 8, 2022
@ofalvai ofalvai deleted the STEP-1745-flutter-deploy-workflow branch February 8, 2022 13:51
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.

None yet

2 participants