Skip to content

Commit b42b72b

Browse files
committed
fix: Remove /tmp volume from being automatically added to commands
Signed-off-by: Liam Beckman <lbeckman314@gmail.com>
1 parent 697026d commit b42b72b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

worker/file_mapper.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ func (mapper *FileMapper) MapTask(task *tes.Task) error {
7575
}
7676
}
7777

78-
err = mapper.AddTmpVolume("/tmp")
79-
if err != nil {
80-
return err
81-
}
82-
8378
// Add all the inputs to the mapper
8479
for _, input := range task.Inputs {
8580
err = mapper.AddInput(input)

0 commit comments

Comments
 (0)