Skip to content

Commit

Permalink
Use breakfast properly
Browse files Browse the repository at this point in the history
  • Loading branch information
luk1337 committed Mar 23, 2024
1 parent ec12155 commit 3258198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ echo "--- clobber"
rm -rf out

echo "--- breakfast"
breakfast lineage_${DEVICE}-${TYPE}
breakfast ${DEVICE} ${TYPE}

if [[ "$TARGET_PRODUCT" != lineage_* ]]; then
echo "Breakfast failed, exiting"
Expand Down
2 changes: 1 addition & 1 deletion crowdin/crowdin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ elif [[ $STATUS -ne 0 ]]; then
fi

echo "--- breakfast"
if ! breakfast lineage_bonito-userdebug; then
if ! breakfast bonito; then
echo "Breakfast failed, exiting"
./lineage/crowdin/crowdin_sync.py --username c3po --branch $BUILDKITE_BRANCH -g abandon -m "$BUILDKITE_BUILD_URL failed." -o c3po
exit 1
Expand Down

0 comments on commit 3258198

Please sign in to comment.