command bash
parent
488e39420d
commit
ee29cdc877
|
|
@ -1423,6 +1423,7 @@ class Kubernetes {
|
|||
{
|
||||
name: 'main',
|
||||
image,
|
||||
command: ['bash'],
|
||||
args: ['-c', ...command],
|
||||
workingDir: `/${workingDirectory}`,
|
||||
resources: {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -191,6 +191,7 @@ class Kubernetes implements RemoteBuilderProviderInterface {
|
|||
{
|
||||
name: 'main',
|
||||
image,
|
||||
command: ['bash'],
|
||||
args: ['-c', ...command],
|
||||
|
||||
workingDir: `/${workingDirectory}`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue