Skip to content

Move gitlab-pages to top level

Jacob Vosmaer requested to merge jv-pages-top-level into master

What does this Merge Request do?

This does the same as !1086 (merged) and !1081 (merged) but for gitlab-pages: move the directory where the Git repo gets cloned from gitlab-pages/src/gitlab.com/gitlab-org/gitlab-pages to gitlab-pages.

The old setup with the deeply nested path dates from the time when Go required a GOPATH directory structure. That has been unnecessary for some time now, because of go.mod. Putting the Git checkout at the top level is easier for contributors / developers.

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.
Edited by Tiger Watson

Merge request reports