mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-06 17:40:58 +00:00
reuse containers to fix #86
This commit is contained in:
parent
4009035011
commit
10296e05c7
5 changed files with 88 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue