Fix k8s prefix main data directory /

pull/310/head
Frostebite 2022-01-30 18:12:10 +00:00
parent c54342edf1
commit d8fce0aa21
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -2144,7 +2144,7 @@ class KubernetesJobSpecFactory {
image, image,
command: ['/bin/sh'], command: ['/bin/sh'],
args: ['-c', cloud_runner_build_command_process_1.CloudRunnerBuildCommandProcessor.ProcessCommands(command, cloud_runner_state_1.CloudRunnerState.buildParams)], args: ['-c', cloud_runner_build_command_process_1.CloudRunnerBuildCommandProcessor.ProcessCommands(command, cloud_runner_state_1.CloudRunnerState.buildParams)],
workingDir: `/${workingDirectory}`, workingDir: `${workingDirectory}`,
resources: { resources: {
requests: { requests: {
memory: buildParameters.cloudRunnerMemory, memory: buildParameters.cloudRunnerMemory,

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -105,7 +105,7 @@ class KubernetesJobSpecFactory {
command: ['/bin/sh'], command: ['/bin/sh'],
args: ['-c', CloudRunnerBuildCommandProcessor.ProcessCommands(command, CloudRunnerState.buildParams)], args: ['-c', CloudRunnerBuildCommandProcessor.ProcessCommands(command, CloudRunnerState.buildParams)],
workingDir: `/${workingDirectory}`, workingDir: `${workingDirectory}`,
resources: { resources: {
requests: { requests: {
memory: buildParameters.cloudRunnerMemory, memory: buildParameters.cloudRunnerMemory,