From cdb3584eabf07255500d0d8edb8fcf93be1dc281 Mon Sep 17 00:00:00 2001 From: Phileas Lebada <pl-admin+minion@woerm.at> Date: Thu, 3 Aug 2023 15:39:14 +0100 Subject: [PATCH] Fix downstream pipeline trigger --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c1fa8c..5da9f2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ trigger build: image: python:alpine variables: GIT_CLONE_STRATEGY: none - TRIGGER_URL: https://git.card10.badge.events.ccc.de/api/v4/projects/2/trigger/pipeline + TRIGGER_URL: https://git.flow3r.garden/api/v4/projects/2/trigger/pipeline TRIGGER_REF: master script: - | -- GitLab