From bda67a449bda01ad64030b8aacc5c68d8f42c1fb Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 10 Jan 2023 20:34:10 +0100 Subject: [PATCH] fix(ci): Don't trigger fdroid stable index update on each commit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24c05ae..00011b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"