From b1809d97e76db3130d1a2d74e760e72af7f98d10 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 10 Jan 2023 20:42:29 +0100 Subject: [PATCH] fix: Fix imagename and webhook url --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00011b9..221fce1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"