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

Add ignoreGitDirtyLocalPods #206

Closed
wants to merge 3 commits into from
Closed

Add ignoreGitDirtyLocalPods #206

wants to merge 3 commits into from

Conversation

mlch911
Copy link
Contributor

@mlch911 mlch911 commented Jan 7, 2023

Description

Add ignoreGitDirtyLocalPods flag for ignore dev pod which git is dirty.

References

Provide links to an existing issue or external references/discussions, if appropriate.

Checklist

  • I've added at least one test that validates that my change is working, if appropriate
  • I've followed the code style of the rest of the project
  • I've read the Contribution Guidelines
  • I've updated the documentation if necessary

❤️ Thanks for contributing to the 🏈 Rugby!

@swiftyfinch
Copy link
Owner

Hello @mlch911! Could you please describe a case when we need such a new flag?

@mlch911
Copy link
Contributor Author

mlch911 commented Jan 7, 2023

Our App has so many develop Pods to split different module. So our pod changes frequently.
And we usually works on several Pods at once. So we need this flag to cache all other Pods we don't need for now.

@swiftyfinch
Copy link
Owner

swiftyfinch commented Jan 7, 2023

So, do you make some changes in several pods just before using 🏈 Rugby? Is it convenient?

Have you tried such command yet?
https://github.com/swiftyfinch/Rugby/blob/main/Docs/Cache.md#build-local-pods

If you want to focus on some local pods and cache all others:

rugby --focus MyFocusedPod1 MyFocusedPod2

I work in the huge project and pass to focus only about 10 local pods. It's pretty easy.

@mlch911
Copy link
Contributor Author

mlch911 commented Jan 7, 2023

Thanks. I may try a better solution.

@mlch911 mlch911 closed this Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants