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

Commit 330ca9df authored by Mohit Mali's avatar Mohit Mali
Browse files

change to lunch

parent 68193bd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then
      BRUNCH_DEVICE=lineage_${DEVICE}-eng
    fi

    if brunch "${BRUNCH_DEVICE}"; then
    if lunch "${BRUNCH_DEVICE}"; then
      currentdate=$(date +%Y%m%d)
      if [ "$builddate" != "$currentdate" ]; then
        find "out/target/product/${DEVICE}" -maxdepth 1 -name "e-*-$currentdate-*.zip*" -type f -exec sh /root/fix_build_date.sh {} "$currentdate" "$builddate" \;