From ec5736c7306d17740431988c9b194c45ce656f5c Mon Sep 17 00:00:00 2001 From: SoundDrill 31 Date: Tue, 2 Jul 2024 18:05:19 +0000 Subject: [PATCH] Update derpfest to 14 --- .github/workflows/main.yml | 8 ++++---- .github/workflows/selfhosted.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aac2c14c..9bd7f529 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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' @@ -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" diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 6ba3181c..4b5ddcbd 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -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' @@ -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"