Use public cors-container instance instead of local
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
33414afde2
commit
0192ec4131
@ -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 }
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user