use https
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
nyyu 2022-03-19 14:46:17 +01:00
parent 63eb54f9fc
commit c679128d85

View file

@ -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