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: pipeline:
build: build:
image: cs8898/android-fdroid-sdk:31.0.0 image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
commands: commands:
- pwd #bump - pwd #bump
- ./gradlew assembleDebug --stacktrace - ./gradlew assembleDebug --stacktrace

View File

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