File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cogkit/modules/provider-coaster/resources Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3381,8 +3381,8 @@ sub rundockerjob {
3381
3381
3382
3382
# volumes
3383
3383
my $mountpoint = " /scratch" ;
3384
- if (defined $$JOB {" docker.jobDirMountPoint " }) {
3385
- $mountpoint = $$JOB {" docker.jobDirMountPoint " };
3384
+ if (defined $$JOB {" docker.jobdirmountpoint " }) {
3385
+ $mountpoint = $$JOB {" docker.jobdirmountpoint " };
3386
3386
}
3387
3387
3388
3388
push (@a , " -v=$jobdir :$mountpoint " );
@@ -3395,7 +3395,7 @@ sub rundockerjob {
3395
3395
3396
3396
push (@a , @$JOBARGS );
3397
3397
3398
- if ($$JOB {" docker.alwaysPull " } eq " true" ) {
3398
+ if ($$JOB {" docker.alwayspull " } eq " true" ) {
3399
3399
wlog DEBUG, " Pulling image $fullImage \n " ;
3400
3400
my $out = ` $docker pull $fullImage 2>&1` ;
3401
3401
if ($? != 0) {
You can’t perform that action at this time.
0 commit comments