pull/524/head
Frostebite 2023-03-25 22:38:12 +00:00
parent b3d9640598
commit 02203c263d
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -3375,7 +3375,7 @@ class KubernetesJobSpecFactory {
volumeMounts: [ volumeMounts: [
{ {
name: 'build-mount', name: 'build-mount',
mountPath: `/${mountdir}`, mountPath: `${mountdir}`,
}, },
], ],
lifecycle: { lifecycle: {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -138,7 +138,7 @@ class KubernetesJobSpecFactory {
volumeMounts: [ volumeMounts: [
{ {
name: 'build-mount', name: 'build-mount',
mountPath: `/${mountdir}`, mountPath: `${mountdir}`,
}, },
], ],
lifecycle: { lifecycle: {