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

can't set repoToClone to a local directory #5275

Open
vchudnov-g opened this issue Jan 10, 2024 · 0 comments
Open

can't set repoToClone to a local directory #5275

vchudnov-g opened this issue Jan 10, 2024 · 0 comments
Labels
bot: owl-bot bootstrapper priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@vchudnov-g
Copy link

When running node build/cli.js ... --repoToClone=XXX, XXX can currently only be a URL beginning with git@github.com (in this line). However, sometimes we want to test that local changes to XXX will work with our automation before we push the changes to GitHub. In that case, it would be desirable to also allow XXX to be a local filespec and/or a URL beginning with USER@localhost

FWIW, git clone ${USER}@localhost:/PATH/TO/REPO and git clone /PATH/TO/LOCAL/REPO both work just fine.

@vchudnov-g vchudnov-g added priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: owl-bot bootstrapper priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants