fix: init git-lfs
All checks were successful
ci/woodpecker/push/sync Pipeline was successful

This commit is contained in:
nyyu 2023-03-26 12:38:53 +02:00
parent a731d0e3a3
commit 04ab205c03

View File

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