reuse containers to fix #86

This commit is contained in:
Casey Lee
2020-02-20 22:43:20 -05:00
parent e371fa8c49
commit 418b0db047
6 changed files with 91 additions and 22 deletions

View File

@@ -104,6 +104,7 @@ type ContainerSpec struct {
Entrypoint string
Args string
Name string
Reuse bool
}
// Step is the structure of one step in a job