Skip to content

Commit

Permalink
feat: allow workflow runner to exit after one job
Browse files Browse the repository at this point in the history
Supports K8S jobs.
  • Loading branch information
igboyes committed Feb 20, 2022
1 parent 8248b42 commit 4880cef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM virtool/workflow:2.0.0
FROM virtool/workflow:2.1.0

WORKDIR /workflow
COPY workflow.py /workflow/workflow.py
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4880cef

Please sign in to comment.