fix: Fix imagename and webhook url

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

Wyświetl plik

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