Skip to content

Commit

Permalink
main.yml: Re-add repo init commands and remove old crave set workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 committed Mar 2, 2024
1 parent 5a81333 commit a567c3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,19 +156,15 @@ jobs:
case "${{ github.event.inputs.BASE_PROJECT }}" in
"ArrowOS 13.1")
repo init -u https://github.com/ArrowOS/android_manifest.git -b arrow-13.1 --depth=1
crave set --projectID 73
;;
"DerpFest 13.0")
repo init -u https://github.com/DerpFest-AOSP/manifest.git -b 13 --depth=1
crave set --projectID 64
;;
"LineageOS 21.0")
repo init -u https://github.com/LineageOS/android.git -b lineage-21.0 --git-lfs --depth=1
crave set --projectID 72
;;
"LineageOS 20.0")
repo init -u https://github.com/accupara/los20.git -b lineage-20.0 --git-lfs --depth=1
crave set --projectID 36
;;
esac
id: pwd
Expand Down

0 comments on commit a567c3a

Please sign in to comment.