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

Fixed "REPLACE_ENV_VARIABLES_EXCLUDE_PATHS" breaking cfg replacer when set #598

Merged
merged 1 commit into from Jul 26, 2020

Conversation

Trikolon
Copy link
Sponsor Contributor

Turns out there were multiple issues with how we constructed the find command when using directory excludes. This led to the find command not replacing any configurations when REPLACE_ENV_VARIABLES_EXCLUDE_PATHS was set.

This is the configuration in which I got it working. Tested it locally with directories with 2000+ files. The speedup is really good 🙂.
I'm not an expert on bash or the find command so please let me know if there are issues with the patch.

Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

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

OK, I had missed that too

@itzg itzg merged commit a486458 into itzg:master Jul 26, 2020
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