-c for k8s args
parent
5de18befd0
commit
51239059c9
|
|
@ -1422,7 +1422,7 @@ class Kubernetes {
|
||||||
{
|
{
|
||||||
name: 'main',
|
name: 'main',
|
||||||
image,
|
image,
|
||||||
args: command,
|
args: ['-c', ...command],
|
||||||
workingDir: `/${workingDirectory}`,
|
workingDir: `/${workingDirectory}`,
|
||||||
resources: {
|
resources: {
|
||||||
requests: {
|
requests: {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -190,7 +190,7 @@ class Kubernetes implements RemoteBuilderProviderInterface {
|
||||||
{
|
{
|
||||||
name: 'main',
|
name: 'main',
|
||||||
image,
|
image,
|
||||||
args: command,
|
args: ['-c', ...command],
|
||||||
|
|
||||||
workingDir: `/${workingDirectory}`,
|
workingDir: `/${workingDirectory}`,
|
||||||
resources: {
|
resources: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue