Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85dabb5c authored by Jackeagle's avatar Jackeagle
Browse files

Merge branch '2601-master-add-support-for-a14-branch-naming' into 'master'

check-version: Add support for a14 branch naming

See merge request e/os/releases!286
parents e2f6ce3e 5ca1af82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ then
  VENDOR="android_vendor_cm"
fi

if [[ $CI_COMMIT_TAG == *"-s"* ]] || [[ $CI_COMMIT_TAG == *"-t"* ]] || [[ $CI_COMMIT_TAG == *"-u"* ]]
if [[ $CI_COMMIT_TAG == *"-s"* ]] || [[ $CI_COMMIT_TAG == *"-t"* ]] || [[ $CI_COMMIT_TAG == *"-u"* ]] || [[ $CI_COMMIT_TAG == *"-a14"* ]]
then
  VERSION_FILE="config/version.mk"
fi