Skip to content

Commit

Permalink
add arrow a14 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Apon77 authored Nov 15, 2023
1 parent f93901f commit 6af7342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if [[ $sync_check != *$sync_string* ]]; then echo Please follow repo sync line o
rom_name=$(grep 'repo init' $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d / -f 4)
branch_name=$(grep 'repo init' $CIRRUS_WORKING_DIR/build_rom.sh | awk -F "-b " '{print $2}' | awk '{print $1}')
rom_name=$rom_name-$branch_name
supported_roms=' AICP-t13.0 alphadroid-project-alpha-13 AOSPA-uvite ArrowOS-arrow-13.1 bananadroid-13 BlissRoms-typhoon BootleggersROM-tirimbino CarbonROM-cr-9.0 CherishOS-tiramisu CipherOS-thirteen crdroidandroid-11.0 crdroidandroid-12.1 crdroidandroid-13.0 crdroidandroid-14.0 DerpFest-AOSP-14 Evolution-X-udc Havoc-OS-thirteen LineageOS-cm-14.1 LineageOS-lineage-15.1 LineageOS-lineage-16.0 LineageOS-lineage-17.1 LineageOS-lineage-18.1 LineageOS-lineage-19.1 LineageOS-lineage-20.0 Octavi-Staging-thirteen P-404-tokui PixelExperience-thirteen PixelExperience-thirteen-plus PixelExtended-thunder PixelOS-AOSP-thirteen PixysOS-twelve PixysOS-thirteen Project-Awaken-triton ProjectBlaze-13 RisingTechOSS-thirteen ResurrectionRemix-Q Spark-Rom-pyro-next SuperiorOS-thirteen syberia-project-13.0 VoltageOS-13 yaap-thirteen '
supported_roms=' AICP-t13.0 alphadroid-project-alpha-13 AOSPA-uvite ArrowOS-arrow-13.1 ArrowOS-arrow-14.0 bananadroid-13 BlissRoms-typhoon BootleggersROM-tirimbino CarbonROM-cr-9.0 CherishOS-tiramisu CipherOS-thirteen crdroidandroid-11.0 crdroidandroid-12.1 crdroidandroid-13.0 crdroidandroid-14.0 DerpFest-AOSP-14 Evolution-X-udc Havoc-OS-thirteen LineageOS-cm-14.1 LineageOS-lineage-15.1 LineageOS-lineage-16.0 LineageOS-lineage-17.1 LineageOS-lineage-18.1 LineageOS-lineage-19.1 LineageOS-lineage-20.0 Octavi-Staging-thirteen P-404-tokui PixelExperience-thirteen PixelExperience-thirteen-plus PixelExtended-thunder PixelOS-AOSP-thirteen PixysOS-twelve PixysOS-thirteen Project-Awaken-triton ProjectBlaze-13 RisingTechOSS-thirteen ResurrectionRemix-Q Spark-Rom-pyro-next SuperiorOS-thirteen syberia-project-13.0 VoltageOS-13 yaap-thirteen '

if [[ $supported_roms != *" $rom_name "* ]]; then echo Not supported rom or branch.; exit 1; fi

Expand Down

0 comments on commit 6af7342

Please sign in to comment.