From d9e7c6f567dc791861c01fede3f239a73f29417e Mon Sep 17 00:00:00 2001 From: TheScarastic Date: Tue, 31 May 2022 13:31:09 +0530 Subject: [PATCH] privacymoduletor: update link for submodule --- .gitlab-ci.yml | 2 +- .gitmodules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcf6d0d..0a72efd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "registry.gitlab.e.foundation:5000/e/apps/docker-android-apps-cicd:latest" +image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:latest" stages: - build diff --git a/.gitmodules b/.gitmodules index fff490d..a7dabf1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "orbotservice"] path = orbotservice - url = git@gitlab.e.foundation:e/privacy-central/orbotservice.git + url = git@gitlab.e.foundation:e/os/orbotservice.git [submodule "external/jtorctl"] path = external/jtorctl url = https://github.com/guardianproject/jtorctl -- GitLab