Skip to content

Commit

Permalink
Update derpfest to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 committed Jul 2, 2024
1 parent 31c7b78 commit ec5736c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- 'LineageOS 20.0'
- 'LineageOS 21.0'
- 'ArrowOS 13.1'
- 'DerpFest 13.0'
- 'DerpFest 14.0'
- 'CipherOS 14'
- 'PixelOS 14'
- 'RisingOS 14'
Expand Down Expand Up @@ -86,10 +86,10 @@ jobs:
export REPO_INIT="repo init -u https://github.com/ArrowOS/android_manifest.git -b arrow-13.1 --depth=1"
;;
"DerpFest 13.0")
export PROJECTFOLDER="/crave-devspaces/DerpFest13"
"DerpFest 14.0")
export PROJECTFOLDER="/crave-devspaces/DerpFest14"
export PROJECTID="64"
export REPO_INIT="repo init -u https://github.com/DerpFest-AOSP/manifest.git -b 13 --depth=1"
export REPO_INIT="repo init -u https://github.com/DerpFest-AOSP/manifest.git -b 14 --depth=1"
;;
"LineageOS 21.0")
export PROJECTFOLDER="/crave-devspaces/Lineage21"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- 'LineageOS 20.0'
- 'LineageOS 21.0'
- 'ArrowOS 13.1'
- 'DerpFest 13.0'
- 'DerpFest 14.0'
- 'CipherOS 14'
- 'PixelOS 14'
- 'RisingOS 14'
Expand Down Expand Up @@ -124,10 +124,10 @@ jobs:
export PROJECTID="73"
export REPO_INIT="repo init -u https://github.com/ArrowOS/android_manifest.git -b arrow-13.1 --depth=1"
;;
"DerpFest 13.0")
export PROJECTFOLDER="/crave-devspaces/DerpFest13"
"DerpFest 14.0")
export PROJECTFOLDER="/crave-devspaces/DerpFest14"
export PROJECTID="64"
export REPO_INIT="repo init -u https://github.com/DerpFest-AOSP/manifest.git -b 13 --depth=1"
export REPO_INIT="repo init -u https://github.com/DerpFest-AOSP/manifest.git -b 14 --depth=1"
;;
"LineageOS 21.0")
export PROJECTFOLDER="/crave-devspaces/Lineage21"
Expand Down

0 comments on commit ec5736c

Please sign in to comment.