Skip to content

Remove dependency proxy in all places

Sashi Kumar Kumaresan requested to merge remove-dependency-proxy into master

Why is this change being made?

Even after Removing dependency proxy for jobs that run in pipelines triggered using a PAT, we faced job failures with

Error response from daemon: login attempt to https://gitlab.com:443/v2/ failed with status: 503 Service Unavailable

This MR removes the usage of dependency proxy in all the places in the project.

Merge request reports