Update .gitlab-ci.yml file to update staging LibreWolf software repository
This commit is contained in:
parent
18e492ace4
commit
9e9d026ad7
1 changed files with 2 additions and 2 deletions
|
|
@ -227,6 +227,6 @@ Update Repositories:
|
||||||
EOF
|
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)"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue