Skip to content

Disable review app signup via console

Albert requested to merge alberts-disable-signup-via-console into master

What does this MR do?

Addresses failures in disabling sign ups.

When this script is run, the webservice may not be ready yet. The curl request to the API would return a raw NGINX 503 HTML page, which is not parseable by jq.

Disabling the sign up via console circumvents the dependency on the webservice being ready.

Edited by Albert

Merge request reports

Loading