Skip to content

Commit 1dd8476

Browse files
committed
switch back to hardcoded /tmp as TMPDIR inside Docker
1 parent cfa1990 commit 1dd8476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def run(self, pull_image=True, rm_container=True,
401401
if rm_container:
402402
runtime.append(u"--rm")
403403

404-
runtime.append(u"--env=TMPDIR=%s" % self.builder.tmpdir)
404+
runtime.append(u"--env=TMPDIR=/tmp")
405405

406406
# spec currently says "HOME must be set to the designated output
407407
# directory." but spec might change to designated temp directory.

0 commit comments

Comments
 (0)