command bash

pull/273/head
Frostebite 2021-06-26 01:29:08 +01:00
parent 488e39420d
commit ee29cdc877
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -1423,6 +1423,7 @@ class Kubernetes {
{
name: 'main',
image,
command: ['bash'],
args: ['-c', ...command],
workingDir: `/${workingDirectory}`,
resources: {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -191,6 +191,7 @@ class Kubernetes implements RemoteBuilderProviderInterface {
{
name: 'main',
image,
command: ['bash'],
args: ['-c', ...command],
workingDir: `/${workingDirectory}`,