diff --git a/bin/license-check.py b/bin/license-check.py old mode 100644 new mode 100755 diff --git a/bin/service-status.py b/bin/service-status.py old mode 100644 new mode 100755 diff --git a/pyproject.toml b/pyproject.toml index 59bad9a5..c5491bf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,6 @@ tag_name_template = "v%Y.%m.%d" [tool.service-status] main_branch = "main" hosts = [ - "stage=https://stage.eliot.nonprod.dataservices.mozgcp.net", + "stage=https://eliot-stage.symbols.nonprod.webservices.mozgcp.net", "prod=https://symbolication.services.mozilla.com", ]