command bash

pull/273/head
Frostebite 2021-06-26 01:33:28 +01:00
parent ee29cdc877
commit 9fcf186077
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -1423,7 +1423,7 @@ class Kubernetes {
{
name: 'main',
image,
command: ['bash'],
command: ['/bin/sh'],
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,7 +191,7 @@ class Kubernetes implements RemoteBuilderProviderInterface {
{
name: 'main',
image,
command: ['bash'],
command: ['/bin/sh'],
args: ['-c', ...command],
workingDir: `/${workingDirectory}`,