Skip to content

Add missing dependency_proxy for gitlab.yml

What does this Merge Request do?

This MR adds a missing section to gitlab/config/gitlab.yml called dependency_proxy. It is disabled by default for the GDK.

Tests failing at #948 (closed) now pass with this fix 🙂

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.

Closes #948 (closed)

Merge request reports