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