-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Should look for 1build.yaml in ancestors and fetch the closest one (like git) #91
Comments
git
)
git
)
@AdeshAtole what if commands are supposed to run from the working directory? should the tool automatically switch to the working directory and run the command? We gave it a thought and decided to hold this one until the demand is more clear. In the meantime, I would suggest solving your requirement with a symlink – should work if the number of subfolders is not large. We appreciate your proactiveness and the PR – but please make sure that the issue is discussed before implementing it – revisit our Contribution page for more details. https://github.com/gopinath-langote/1build/blob/master/CONTRIBUTING.md |
@AdeshAtole we are looking forward to hearing more feedback about your subfolder issue and if symlinks work for you. In the meantime feel free to pick up an issue with a Just updated the contributing page to clarify the procedure. |
@landpro Yes, symlinks should suffice me for now. The idea was to have 1build analogous to
This question isn't clear to me. 1build commands always run in current working directory, right? It does make sense to keep this on hold till things get finalised. |
Description
Some codebases have build commands run from sub directories as well as from main project dir. Can be managed with multiple
1build.yaml
s , but good to have a single one across project.The text was updated successfully, but these errors were encountered: