| Commit message (Collapse) | Author |
|
|
|
This is in line with how it works for Bitbucket & GitLab.
|
|
browserify is too huge, the tests are taking too long.
|
|
|
|
|
|
|
|
It takes way too long to clone.
|
|
I had some weird errors on my machine where my primary ssh-agent would
get killed. No idea why I didn't just spawn a new ssh-agent from the
very beginning.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It seems to be the convention and the default behaviour of `git clone
--bare`, so do that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allowed by setting up ssh-agent inside a run.
|
|
|
|
|
|
The example config must have clone_via_ssh = false for that to work.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|