fastlane release_checks: removed call to check_autogenerated_header_up_to_date#1747
Merged
Conversation
…r_up_to_date` This was added in #1719, but unfortunately [it fails when calling `ensure_git_status_clean`](https://app.circleci.com/pipelines/github/RevenueCat/purchases-ios/7379/workflows/f8feaf5d-42f7-4154-8782-9c2f1d36aa6b/jobs/30726). So since the header is already automatically generated, we can just go back to the previous behavior and not call this.
Merged
tonidero
approved these changes
Jul 1, 2022
tonidero
left a comment
Contributor
There was a problem hiding this comment.
Hmm weird... Any idea what files are modified? I will investigate about it next week.
Contributor
Author
|
I'm not sure, it could be fastlane changing the README? |
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.
This was added in #1719, but unfortunately it fails when calling
ensure_git_status_clean.So since the header is already automatically generated, we can just go back to the previous behavior and not call this.