Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Aug 20, 2021
1 parent d8c139a commit 2419887
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda-store-server/conda_store_server/worker/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,15 @@ def task_build_conda_pack(build_id):
build_conda_pack(conda_store, build)
conda_store.session_factory.remove()


@task(name="task_build_conda_docker")
def task_build_conda_docker(build_id):
conda_store = create_worker().conda_store
build = api.get_build(conda_store.db, build_id)
build_conda_docker(conda_store, build)
conda_store.session_factory.remove()


@task(name="task_update_environment_build")
def task_update_environment_build(environment_id):
conda_store = create_worker().conda_store
Expand Down

0 comments on commit 2419887

Please sign in to comment.