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

Commit c95c8ac8 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

avoid conflict with "beta" in tag name

parent 1a592357
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"* ]]
if [[ $CI_COMMIT_TAG == *"-s"* ]] || [[ $CI_COMMIT_TAG == *"-t"* ]]
then
  VERSION_FILE="config/version.mk"
fi