Skip to content

Commit

Permalink
tab fix [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Apon77 committed Mar 28, 2022
1 parent a4d709c commit eb7fb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ supported_roms = ['AOSPA-sapphire', 'AospExtended-12.x', 'AOSPK-twelve', 'ArrowO
rom_name = os.environ['rom_name']
if rom_name not in supported_roms:
print('Not supported rom or branch. You can build only supported rom-branch combo. check in test.sh file for supported rom-branch combo.')
exit(1)
print('Not supported rom or branch. You can build only supported rom-branch combo. check in test.sh file for supported rom-branch combo.')
exit(1)
"
device=$(grep unch $CIRRUS_WORKING_DIR/build_rom.sh -m 1 | cut -d ' ' -f 2 | cut -d _ -f 2 | cut -d - -f 1)
grep _jasmine_sprout $CIRRUS_WORKING_DIR/build_rom.sh > /dev/null && device=jasmine_sprout
Expand Down

0 comments on commit eb7fb32

Please sign in to comment.