diff --git a/.drone.yml b/.drone.yml index 3a1b8a8..f514fd9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,7 @@ steps: - cd /build - rm -rf .repo/repo - repo init -u https://github.com/LineageOS-UL/android.git -b lineage-$version + - sed -i 's@LineageOS-UL/android_frameworks_native" remote="losul"@lineage/android_frameworks_native" remote="nyyu"@' .repo/manifests/snippets/losul.xml - mkdir -p .repo/local_manifests - cp $DRONE_WORKSPACE_BASE/$device.xml .repo/local_manifests/roomservice.xml - bash $DRONE_WORKSPACE_BASE/sync.sh