Cml runner should not need to need git if repo is given
Open
cml-runner
p1-important
- Dominant language
- JavaScript
- Stars
- 4.2k
- Forks
- 345
- PR merge metrics
- No merged PRs in 30d
Description
Launch the runner from a non git folder is desirable. This issue is unexpected to me since I remember to launch the runner from not git folders.
```sh
cml-runner --token $TOKEN --repo $REPO --labels cml-runner --dockerVolumes="$(pwd):/home/.cml"
error: Command failed: git config --get remote.origin.url {"output":[null,{"data":[],"type":"Buffer"},{"data":[],"type":"Buffer"}],"pid":13244,"signal":null,"status":1,"stderr":{"data":[],"type":"Buffer"},"stdout":{"data":[],"type":"Buffer"}}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.