From 53bb76efb42c37d3e3d15656a04e55d8629b2606 Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Sun, 15 May 2022 02:31:11 +0200 Subject: [PATCH] use https:// instead of git:// Change-Id: I59e1f7533d59d5dec8252baea6410d1ddc83398b --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e57712b..9f99c75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,9 +29,9 @@ build: mkdir -p ~/android/lineage/${VERSION} cd ~/android/lineage/${VERSION} if [ ${VERSION} = '14.1' ]; then - repo init -u git://github.com/LineageOS/android.git -b cm-${VERSION} + repo init -u https://github.com/LineageOS/android.git -b cm-${VERSION} else - repo init -u git://github.com/LineageOS/android.git -b lineage-${VERSION} + repo init -u https://github.com/LineageOS/android.git -b lineage-${VERSION} fi fi rm -rf .repo/local_manifests/* -- 2.20.1