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

This commit is contained in:
Georg Krause 2023-01-10 20:34:10 +01:00
parent 6771b1a8a9
commit bda67a449b
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 1 additions and 1 deletions

View File

@ -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"