bitrise-steplib / steps-cocoapods-install

MIT License
23 stars 18 forks source link

Support `--deployment` option #54

Closed nikolaykasyanov closed 3 years ago

nikolaykasyanov commented 4 years ago

According to the docs (pod install --help):

Disallow any changes to the Podfile or the Podfile.lock during installation

This might be handy on CI to ensure all changes to Podfile.lock are committed. Currently, one has to use a separate script step to perform this check manually.

goetzc commented 3 years ago

That's right, this option is very useful, without it, the code on the repository vs the build app can be different. This option ensures consistency halting the build if the file is out-of-sync.

karagraysen commented 3 years ago

Hi @nikolaykasyanov @goetzc,

Thank you for reaching out.

I have escalated this to the next level of support for consideration.

github-actions[bot] commented 3 years ago

Hello there, I'm a bot. On behalf of the community I thank you for opening this issue.

To help our human contributors focus on the most relevant reports, I check up on old issues to see if they're still relevant. This issue has had no activity for 90 days, so I marked it as stale.

The community would appreciate if you could check if the issue still persists. If it isn't, please close it. If the issue persists, and you'd like to remove the stale label, you simply need to leave a comment. Your comment can be as simple as "still important to me".

If no comment left within 21 days, this issue will be closed.

goetzc commented 3 years ago

Still relevant.

mefiblogger commented 3 years ago

Hello,

It's Mefi here from the Bitrise CoreSteps Team. Thanks for reaching out helping us and the mobile community to have a better experience with Bitrise steps. 💜

We started to have a broader review of all the open issues and PRs and we are continuously prioritizing these in our sprints.

We reviewed this issue and we found it to be a valid feature request. We are collecting new feature requests on our Discuss forum where you can upvote and discuss further details. As this one is on our current roadmap, I close the issue and we'll share an update once we released the new version of the step. Until then, feel free to create a feature request and share your thoughts on Discuss.

Happy building! 🚀