Use public cors-container instance instead of local
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2021-04-24 20:17:59 +02:00
parent 33414afde2
commit 0192ec4131
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ loadREADME app =
in
Http.get
-- FIXME use live Gitea link
{ url = "http://localhost:1234/coop-cloud/" ++ app.slug ++ "/raw/branch/" ++ app.default_branch ++ "/README.md"
{ url = "https://cors-container.herokuapp.com/https://git.autonomic.zone/coop-cloud/" ++ app.slug ++ "/raw/branch/" ++ app.default_branch ++ "/README.md"
, expect = Http.expectString GotText }