-
Notifications
You must be signed in to change notification settings - Fork 396
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
Allow project.prefix to use overridden value #1132
Conversation
This makes sense to me, but it further slows down an already very slow set of git hooks. I wonder if we could use a faster approach than running a BLT command? |
We could run I don't know that this ends up being substantially faster and I don't like that it essentially duplicates BLT's internal overriding process. Did you have any other ideas? |
@grasmash - another approach I've thought about here is making The reason I'd like to be able to use an overridden value (or multiple values) is that in my multisite context, there are multiple projects, each with their own project prefix. I'm finding myself forced to update my Ideally, Would you be open to this change rather than going through BLT itself? |
@bobbygryzynger Can't you just use |
If not, yes I'd prefer this approach:
Even though it's duplicative. It should be much faster. |
@grasmash unfortunately no, you can't use Any solution allowing this to be used would require retrieving For now, just checking values within |
Closing see #1259. |
Changes proposed:
project.prefix
from BLT so that an overridden value may be used (such as one inproject.local.yml
).