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

Commit 2844a245 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Factory build

parent 54766cb3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -322,7 +322,8 @@ for branch in ${BRANCH_NAME//,/ }; do
        echo ">> [$(date)] Starting build for $codename, $branch branch"
        build_successful=false
        echo "ANDROID_JACK_VM_ARGS=${ANDROID_JACK_VM_ARGS}"
        if brunch $codename ; then
        breakfast $codename
        if mka dist ; then
          currentdate=$(date +%Y%m%d)
          if [ "$builddate" != "$currentdate" ]; then
            find out/target/product/$codename -maxdepth 1 -name "e-*-$currentdate-*.zip*" -type f -exec sh /root/fix_build_date.sh {} $currentdate $builddate \;