1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 14:52:25 +02:00

Update docker images in CI config

This commit is contained in:
vanous 2022-08-20 21:15:08 +02:00
parent 62101db8cc
commit c53dfe8342
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pipeline:
build:
image: androidsdk/android-30
image: cs8898/android-fdroid-sdk:31.0.0
commands:
- pwd #bump
- ./gradlew assembleDebug --stacktrace

View File

@ -1,6 +1,6 @@
pipeline:
tests:
image: androidsdk/android-30
image: cs8898/android-fdroid-sdk:31.0.0
commands:
- pwd #bump
- ./gradlew :app:testBangleDebugUnitTest :app:testMainDebugUnitTest