1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-02 03:16:07 +02:00

Use own image for builds

This commit is contained in:
vanous 2022-08-21 20:58:03 +02:00
parent e38efa5646
commit 5d0e32a20f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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