Remove bin/sh from command
parent
792dbec1a5
commit
07ea45bd83
|
|
@ -952,7 +952,6 @@ class Kubernetes {
|
||||||
static runCloneJob() {
|
static runCloneJob() {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
yield Kubernetes.runJob([
|
yield Kubernetes.runJob([
|
||||||
'bin/sh',
|
|
||||||
'-c',
|
'-c',
|
||||||
`apk update;
|
`apk update;
|
||||||
apk add git-lfs;
|
apk add git-lfs;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -238,7 +238,6 @@ class Kubernetes {
|
||||||
static async runCloneJob() {
|
static async runCloneJob() {
|
||||||
await Kubernetes.runJob(
|
await Kubernetes.runJob(
|
||||||
[
|
[
|
||||||
'bin/sh',
|
|
||||||
'-c',
|
'-c',
|
||||||
`apk update;
|
`apk update;
|
||||||
apk add git-lfs;
|
apk add git-lfs;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue