Skip to content

Move gitlab-shell checkout to top level of GDK

Jacob Vosmaer requested to merge jv-gitlab-shell-top-level into master

What does this Merge Request do?

This solves the same problem as !1081 (merged), but for gitlab-shell.

We have a funny solution with a symlink to handle GOPATH in gitlab-shell. We don't need GOPATH anymore so we can get rid of the symlink. This is better for developer ergonomics.

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