From c49a86e5a922d6f0e33f678838a2e237e9c0b72b Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Mon, 1 Sep 2025 14:38:34 +0100 Subject: [PATCH] Remove dependency proxy to use automatic mirror --- .gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index face66e..3d433c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,5 @@ -include: - - project: tpo/tpa/ci-templates - file: [ dependency_proxy.yml ] - inputs: { namespace: tpo/anti-censorship/pluggable-transports } - rules: - - if: $CI_PROJECT_URL =~ /gitlab.torproject.org/ +variables: + DOCKER_REGISTRY_URL: docker.io stages: - test