Skip to content

Issue #90: Don't fetch the whole repo, pass --depth 1000

joubu requested to merge joubu/koha-sandboxes-docker:issue_90 into master

When a specific remote and branch are provided to create the sandbox, it usually fails with:

error: index-pack died of signal 9 fatal: index-pack failed

We could pass --depth to not retrieve the whole repo history.

Merge request reports