Use own image for builds

This commit is contained in:
vanous 2022-08-21 20:49:28 +02:00
parent 035d0037dd
commit f70a6c5706
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pipeline:
build:
image: cs8898/android-fdroid-sdk:31.0.0
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
commands:
- pwd #bump
- ./gradlew assembleDebug --stacktrace

View File

@ -1,6 +1,6 @@
pipeline:
tests:
image: cs8898/android-fdroid-sdk:31.0.0
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
commands:
- pwd #bump
- ./gradlew :app:testBangleDebugUnitTest :app:testMainDebugUnitTest