use https:// instead of git:// master
authorJan Altensen <info@stricted.net>
Sun, 15 May 2022 00:31:11 +0000 (02:31 +0200)
committerJan Altensen <info@stricted.net>
Sun, 15 May 2022 00:31:11 +0000 (02:31 +0200)
Change-Id: I59e1f7533d59d5dec8252baea6410d1ddc83398b

.gitlab-ci.yml

index e57712bab95fa5a8234dc0508b0261d41263b56c..9f99c7528d0fb3dbd0770e0b4b92e52deb1a93b5 100644 (file)
@@ -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/*