From c679128d851430fabc40beb08e32094c3d1b17a5 Mon Sep 17 00:00:00 2001 From: nyyu Date: Sat, 19 Mar 2022 14:46:17 +0100 Subject: [PATCH] use https --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c5073bd..1b3f190 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: commands: - source $DRONE_HOME/${DRONE_STAGE_NAME}.env - cd $work - - repo init -u git://github.com/LineageOS/android.git -b lineage-$version + - repo init -u https://github.com/LineageOS/android.git -b lineage-$version - mkdir -p .repo/local_manifests - cp $DRONE_HOME/$device.xml .repo/local_manifests/roomservice.xml - repo sync -q -c -j 6 --fail-fast --force-sync --no-tags