can't set repoToClone to a local directory #5275
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.
When running
node build/cli.js ... --repoToClone=XXX
,XXX
can currently only be a URL beginning with[email protected]
(in this line). However, sometimes we want to test that local changes toXXX
will work with our automation before we push the changes to GitHub. In that case, it would be desirable to also allowXXX
to be a local filespec and/or a URL beginning withUSER@localhost
FWIW,
git clone ${USER}@localhost:/PATH/TO/REPO
andgit clone /PATH/TO/LOCAL/REPO
both work just fine.The text was updated successfully, but these errors were encountered: