fix(ci): Don't trigger fdroid stable index update on each commit

pipelines/28335
Georg Krause 2023-01-10 20:34:10 +01:00
rodzic 6771b1a8a9
commit bda67a449b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2970D504B2183D22
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -168,6 +168,6 @@ trigger-fdroid-update-develop:
trigger-fdroid-update-release:
stage: .post
only:
- develop
- tags
image: curl:7.87.0
script: "curl https://fdroid.funkwhale.audio/hooks/webhook?name=audio.funkwhale.ffa&version=$CI_COMMIT_SHORT_SHA"