Skip to content

Commit

Permalink
remove reload-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko authored Feb 25, 2024
1 parent 90a36f5 commit 71c6329
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions odabot/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 71c6329

Please sign in to comment.