Skip to content

Clone gitaly with version as branch

Ash McKenzie requested to merge ashmckenzie/fix-gitaly-makefile into master

What does this Merge Request do?

Now that gitaly@v13.1.0-rc2 has been created and updated in gitlab-org/gitlab, we can remove some of the logic that was added in !1300 (merged) to workaround the fact that the previous GDK_ROOT/GITALY_SERVER_VERSION was a SHA and not a SemVer version.

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.

Merge request reports