Skip to content

Commit 6b0ce9f

Browse files
authored
Merge pull request #4 from trivago/fix-pot-naming-error
fixed naming error for pot
2 parents 876ab19 + 7dc19d8 commit 6b0ce9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/prepare.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func prepareContainer(cfg *drivers.TaskConfig, taskCfg TaskConfig) syexec {
5757

5858
se.argvCreate = append(argv, taskCfg.Args...)
5959

60-
potName := cfg.JobName + "_" + cfg.AllocID
60+
potName := completeName + "_" + cfg.AllocID
6161

6262
//Mount local
6363
commandLocal := "mount-in -p " + potName + " -d " + cfg.TaskDir().LocalDir + " -m /local"

0 commit comments

Comments
 (0)