Update .gitlab-ci.yml file to update staging LibreWolf software repository

This commit is contained in:
Malte Jürgens 2022-12-10 19:16:13 +00:00
parent 18e492ace4
commit 9e9d026ad7

View file

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