switch org to freeyourgadget

This commit is contained in:
vanous 2022-08-21 21:37:07 +02:00
parent 5d0e32a20f
commit b0cad9d893
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pipeline:
build:
image: codeberg.org/vanous/android-fdroid-tools:latest
image: codeberg.org/freeyourgadget/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:latest
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
commands:
- pwd #bump
- ./gradlew :app:testBangleDebugUnitTest :app:testMainDebugUnitTest