From 9e9d026ad7cff580b2a13b0c2c4e1e1a3a13b696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Sat, 10 Dec 2022 19:16:13 +0000 Subject: [PATCH] Update .gitlab-ci.yml file to update staging LibreWolf software repository --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0aebc96..41da3b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -227,6 +227,6 @@ Update Repositories: EOF ) - id=$(curl "https://kho.librewolf.net/job" --request POST --data "$body") + id=$(curl "https://staging.updaterepos.librewolf.net/job" --request POST --data "$body") - echo "Submitted update request to testing LibreWolf repository (https://kho.librewolf.net/job?id=$id)" + echo "Submitted update request to staging LibreWolf Software Repository (https://staging.updaterepos.librewolf.net/job?id=$id)"