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