Skip to content

Commit 65c6be3

Browse files
committed
remove workdir in the end
1 parent fc67df9 commit 65c6be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function execRun (job: RunJob, executed: (result: RunResult) => void) {
4242
stdout: (new Buffer(stdout)).toString('base64')
4343
})
4444

45-
// rm('-rf', currentJobDir)
45+
rm('-rf', currentJobDir)
4646
}
4747

4848
export {

0 commit comments

Comments
 (0)