From: Jan Altensen Date: Sun, 15 May 2022 00:31:11 +0000 (+0200) Subject: use https:// instead of git:// X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;p=GitLab%2Fstricted-build%2Fandroid_build.git use https:// instead of git:// Change-Id: I59e1f7533d59d5dec8252baea6410d1ddc83398b --- 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/*