From 71c6329c72e966f468799ea7b1d4c90f652d439b Mon Sep 17 00:00:00 2001 From: Denys Savchenko <56398430+dsavchenko@users.noreply.github.com> Date: Mon, 26 Feb 2024 00:49:59 +0100 Subject: [PATCH] remove reload-plugin --- odabot/cli.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/odabot/cli.py b/odabot/cli.py index d9d48f3..a8850f3 100755 --- a/odabot/cli.py +++ b/odabot/cli.py @@ -506,11 +506,7 @@ def update_workflows(obj, dry_run, force, loop, pattern): logger.info('Deployment info %s', deployment_info) if workflow_update_status[project['http_url_to_repo']]['last_deployment_status'] == 'success': - - logger.info("updated: will reload nb2workflow-plugin") - res = requests.get(f"{dispatcher_url.strip('/')}/reload-plugin/dispatcher_plugin_nb2workflow") - assert res.status_code == 200 - + # TODO: check live # oda-api -u staging get -i cta-example