Fix: test passing kubernetes commands as args rather than command

pull/273/head
Frostebite 2021-06-19 22:46:53 +01:00
parent d1dd5b8ef4
commit f10277a368
3 changed files with 4 additions and 3 deletions

2
dist/index.js vendored
View File

@ -1424,7 +1424,7 @@ class Kubernetes {
{
name: 'main',
image,
command,
args: command,
workingDir: `/${workingDirectory}`,
resources: {
requests: {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -203,7 +203,8 @@ class Kubernetes implements RemoteBuilderProviderInterface {
{
name: 'main',
image,
command,
args: command,
workingDir: `/${workingDirectory}`,
resources: {
requests: {