Fixed GitHub releases.

housekeeping/remove-warnings
Antoine POPINEAU 2019-10-30 15:09:15 +01:00
rodzic a4fd317e5c
commit 07d00ee69c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A78AC64694F84063
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -21,6 +21,9 @@ cache:
script:
- "./gradlew app:assembleDebug"
before_deploy:
- RELEASE_MESSAGE="$(git tag -ln --format '%(subject)' $TRAVIS_TAG)"
deploy:
provider: releases
name: $TRAVIS_TAG

Wyświetl plik

@ -60,8 +60,6 @@ class HttpUpstream<D : Any, R : FunkwhaleResponse<D>>(val behavior: Behavior, pr
}
},
{ error ->
log(error.toString())
when (error.exception) {
is RefreshError -> EventBus.send(Event.LogOut)
else -> channel.offer(Repository.Response(Repository.Origin.Network, listOf(), false))