diff --git a/.woodpecker/.sync.yml b/.woodpecker/.sync.yml index 6f65ab7..14c9b9a 100644 --- a/.woodpecker/.sync.yml +++ b/.woodpecker/.sync.yml @@ -16,7 +16,7 @@ pipeline: - git config --global user.name 'drone' - cd /build - rm -rf .repo/repo - - repo init -u https://github.com/LineageOS-UL/android.git -b lineage-$version -g default,-darwin + - repo init -u https://github.com/LineageOS-UL/android.git -b lineage-$version -g default,-darwin --git-lfs - mkdir -p .repo/local_manifests - cp $CI_WORKSPACE/$device.xml .repo/local_manifests/roomservice.xml - repo forall -c 'git reset --hard --quiet' || true @@ -28,4 +28,4 @@ pipeline: when: event: - manual - - cron \ No newline at end of file + - cron