From 3f039d497a583594be3a777e5a6270620fe9e4c8 Mon Sep 17 00:00:00 2001 From: Khalakuzzaman Apon <61594531+Apon77@users.noreply.github.com> Date: Thu, 12 May 2022 18:40:41 +0600 Subject: [PATCH] Kept by mistake [skip ci] --- test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test.sh b/test.sh index adcf1032d52..3622a870847 100755 --- a/test.sh +++ b/test.sh @@ -99,7 +99,6 @@ grep _maple_dsds $CIRRUS_WORKING_DIR/build_rom.sh > /dev/null && device=maple_ds if [[ $BRANCH != *pull/* ]]; then if [[ $BRANCH != $device-$rom_name-* ]]; then echo Please use proper branch naming described in push group.; exit 1; fi; -CIRRUS_COMMIT_MESSAGE if [[ $CIRRUS_COMMIT_MESSAGE == "Update build_rom.sh" ]]; then echo Please use proper commit message.; exit 1; fi; fi