ci: trim duplicate android apk build

This commit is contained in:
Peter Steinberger
2026-04-23 02:38:01 +01:00
parent 5461195035
commit 688fc288af
2 changed files with 2 additions and 5 deletions

View File

@@ -284,7 +284,6 @@ jobs:
{ check_name: "android-test-play", task: "test-play" },
{ check_name: "android-test-third-party", task: "test-third-party" },
{ check_name: "android-build-play", task: "build-play" },
{ check_name: "android-build-third-party", task: "build-third-party" },
]
: [],
),
@@ -2271,9 +2270,6 @@ jobs:
build-play)
./gradlew --no-daemon --build-cache :app:assemblePlayDebug
;;
build-third-party)
./gradlew --no-daemon --build-cache :app:assembleThirdPartyDebug
;;
*)
echo "Unsupported Android task: $TASK" >&2
exit 1