Update soapbox base url
ci/woodpecker/pr/woodpecker Pipeline is pending Details

At some point 'soapbox-pub/soapbox-fe' was moved to 'soapbox-pub/soapbox' and the build url is now updated.
This commit is contained in:
lou_de_sel 2022-09-18 07:45:30 +00:00
parent ad1a6d3dc2
commit 8fe59d495d
1 changed files with 2 additions and 2 deletions

View File

@ -753,9 +753,9 @@ config :pleroma, :frontends,
},
"soapbox-fe" => %{
"name" => "soapbox-fe",
"git" => "https://gitlab.com/soapbox-pub/soapbox-fe",
"git" => "https://gitlab.com/soapbox-pub/soapbox",
"build_url" =>
"https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/${ref}/download?job=build-production",
"https://gitlab.com/soapbox-pub/soapbox/-/jobs/artifacts/${ref}/download?job=build-production",
"ref" => "v2.0.0",
"build_dir" => "static"
},