mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-30 19:22:09 +00:00
Revert: Don't stop JobContainer on failure (#1041)
This commit is contained in:
parent
37296c2586
commit
f31d7fe160
2 changed files with 4 additions and 6 deletions
|
@ -103,7 +103,6 @@ func TestNewJobExecutor(t *testing.T) {
|
|||
executedSteps: []string{
|
||||
"startContainer",
|
||||
"step1",
|
||||
"stopContainer",
|
||||
"interpolateOutputs",
|
||||
"closeContainer",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue