Skip to content

Commit

Permalink
Merge pull request #50 from oda-hub/no-more-reloads
Browse files Browse the repository at this point in the history
remove reload-plugin
  • Loading branch information
dsavchenko authored Feb 28, 2024
2 parents 5d3958b + 7e7d676 commit a1d1243
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 @@ -524,11 +524,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 a1d1243

Please sign in to comment.