Skip to content

Run workhorse from gitlab/workhorse

Jacob Vosmaer requested to merge jv-change-workhorse-dir into master

What does this Merge Request do?

As discussed in &4826 (closed), we are moving Workhorse development from the stand-alone repo gitlab-org/gitlab-workhorse to the /workhorse subdirectory of gitlab-org/gitlab.

This MR updates GDK so that it compiles and runs Workhorse from gitlab/workhorse. This lets us get rid of code that downloads workhorse from its stand-alone repository.

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 Jacob Vosmaer

Merge request reports