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