Skip to content
Snippets Groups Projects
Commit 2bc55778 authored by Patrick Steinhardt's avatar Patrick Steinhardt
Browse files

ci: Fix nightly jobs failing because git patches do not apply

Our nightly job tests against git's next and master branches to verify
that there's not going to be any new incompatibilities with the upcoming
git version. But since we have started to apply custom patches to git,
this nightly job has started to fail because the patch does not apply on
top of these branches.

Override GIT_PATCHES for this job such that we test against unpatched
versions of git.
parent 805e9426
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment