You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #1148 implemented an environment variable OCIS_URL
From that environment variable a lot of other values are deduced that are suitable for an install where "everything" runs on a single host. That should be relevant for CI.
Investigate the environment variables being used in CI to define the OCIS configuration. Try to use OCIS_URL instead, and get rid of as many "random" environment variables as possible.
Do the same in owncloud/web and get the configuration of the web-on-OCIS UI test pipelines "the same" as the way they are configured when running web UI test pipelines in OCIS CI.
The text was updated successfully, but these errors were encountered:
PR #1148 implemented an environment variable
OCIS_URL
From that environment variable a lot of other values are deduced that are suitable for an install where "everything" runs on a single host. That should be relevant for CI.
Investigate the environment variables being used in CI to define the OCIS configuration. Try to use
OCIS_URL
instead, and get rid of as many "random" environment variables as possible.Do the same in
owncloud/web
and get the configuration of the web-on-OCIS UI test pipelines "the same" as the way they are configured when running web UI test pipelines in OCIS CI.The text was updated successfully, but these errors were encountered: