Remove bin/sh from command

pull/273/head
Frostebite 2021-06-06 03:40:01 +01:00
parent 792dbec1a5
commit 07ea45bd83
3 changed files with 1 additions and 3 deletions

1
dist/index.js vendored
View File

@ -952,7 +952,6 @@ class Kubernetes {
static runCloneJob() {
return __awaiter(this, void 0, void 0, function* () {
yield Kubernetes.runJob([
'bin/sh',
'-c',
`apk update;
apk add git-lfs;

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -238,7 +238,6 @@ class Kubernetes {
static async runCloneJob() {
await Kubernetes.runJob(
[
'bin/sh',
'-c',
`apk update;
apk add git-lfs;