-
Type:
Bug
-
Status: Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: 0.13.0
-
Fix Version/s: None
-
Component/s: Precommit
-
Labels:None
Some robots are calling git_requires_creds without verifying BASEDIR exists. git_require_creds properly fails early, but is printing an ugly error. Need to:
a) cleanup that error
b) verify that basedir exists before calling pushd
c) maybe have robots be smarter about checking their own paths