Disable review app signup via console
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