Remove properties from .ci.yaml no longer used by (docs) recipes#173296
Remove properties from .ci.yaml no longer used by (docs) recipes#173296ievdokdm merged 1 commit intoflutter:masterfrom
.ci.yaml no longer used by (docs) recipes#173296Conversation
There was a problem hiding this comment.
Code Review
This PR refactors documentation properties in .ci.yaml into a structured docs map, improving readability. However, this is a breaking change for the CI system. It's critical to confirm that the corresponding CI recipes have been updated to parse this new format to prevent build failures. Additionally, a new stable value has been introduced for the post_process action without explanation; this requires clarification.
cd47eb6 to
8ff35a3
Compare
8ff35a3 to
bb386d4
Compare
bb386d4 to
0daa6c4
Compare
matanlurey
left a comment
There was a problem hiding this comment.
Please update the PR title and description before submitting.
.ci.yaml no longer used by (docs) recipes
|
@ievdokdm Closer - I just would want the PR title to reflect what's happening. The git history will look like this: So saying Also, you need to explicitly write: (or I believe, |
|
I made the change for you. LGTM. |
…lutter#173296) Removed unused properties for `docs.py` recipes Fixes flutter#169108.
…lutter#173296) Removed unused properties for `docs.py` recipes Fixes flutter#169108.
…lutter#173296) Removed unused properties for `docs.py` recipes Fixes flutter#169108.
…lutter#173296) Removed unused properties for `docs.py` recipes Fixes flutter#169108.
…lutter#173296) Removed unused properties for `docs.py` recipes Fixes flutter#169108.
Removed unused properties for
docs.pyrecipesFixes #169108.